Html Css Color HEX #BCDF6E Sulu

📋 copy color: '#BCDF6E'

red 188 ◦ green 223 ◦ blue 110

#BCDF6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCDF6E

Tints of Sulu #BCDF6E

RGB

 RED value IS 188 (73.83% from 255) = 36.08%

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 36.08%
G = 42.8%
B = 21.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCDF6E (or 0xBCDF6E) is known color: Sulu. HEX triplet: BC, DF and 6E. RGB value is (188,223,110). Sum of RGB (Red+Green+Blue) = 188+223+110=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF6E is #432091. Grayscale: #C8C8C8. Windows color (decimal): -4399250 or 7266236. OLE color: 7266236.

HSL color Cylindrical-coordinate representation of color #BCDF6E: hue angle of 78.58º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCDF6E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 110 -
CMYK 0.16 0 0.51 0.13
HSL 78.58º 0.64% 0.65% -
HSV(B) 78.58º 0.51% 0.87% -
XYZ 49.94 64.59 24.59 -
YUV 199.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 188 223 110 0.16 0 0.51 0.13 78.58 0.64 0.65
Hex BC DF 6E 10 0 33 D 4F 40 41
Octal 274 337 156 20 0 63 15 117 100 101
Binary 10111100 11011111 1101110 10000 0 110011 1101 1001111 1000000 1000001

Color Harmonies of #BCDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF6E

Black with #BCDF6E

Text Example


Text Example

White with #BCDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF6E; }

 p { color: rgb(188,223,110); }

 H1.HeaderClassName
 {
   color: #BCDF6E;
 }
 .AnyTagClassName
 {
   color: #BCDF6E;
 }
</style>

background-color css

<style>
 a { background-color: #BCDF6E; }

 a { background-color: rgb(188,223,110); }

 div.DivClassName
 {
   background-color: #BCDF6E;
 }
 .BgClassName
 {
   background-color: #BCDF6E;
 }
</style>

border-color css

<style>
 span { border-color: #BCDF6E; }

 span { border-color: rgb(188,223,110); }

 td.TdClassName
 {
   border-color: #BCDF6E;
 }
 .TagClassName
 {
   border-color: #BCDF6E;
 }
</style>