Html Css Color HEX #BCDE79 Sulu

📋 copy color: '#BCDE79'

red 188 ◦ green 222 ◦ blue 121

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

Shades of Sulu #BCDE79

Tints of Sulu #BCDE79

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.81%

 BLUE value IS 121 (47.66% from 255) = 22.79%

R = 35.4%
G = 41.81%
B = 22.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BCDE79 (or 0xBCDE79) is known color: Sulu. HEX triplet: BC, DE and 79. RGB value is (188,222,121). Sum of RGB (Red+Green+Blue) = 188+222+121=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE79 is #432186. Grayscale: #C8C8C8. Windows color (decimal): -4399495 or 7986876. OLE color: 7986876.

HSL color Cylindrical-coordinate representation of color #BCDE79: hue angle of 80.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCDE79 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 121 -
CMYK 0.15 0 0.45 0.13
HSL 80.2º 0.6% 0.67% -
HSV(B) 80.2º 0.45% 0.87% -
XYZ 50.31 64.31 27.85 -
YUV 200.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 188 222 121 0.15 0 0.45 0.13 80.2 0.6 0.67
Hex BC DE 79 F 0 2D D 50 3C 43
Octal 274 336 171 17 0 55 15 120 74 103
Binary 10111100 11011110 1111001 1111 0 101101 1101 1010000 111100 1000011

Color Harmonies of #BCDE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE79

Black with #BCDE79

Text Example


Text Example

White with #BCDE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE79; }

 p { color: rgb(188,222,121); }

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

background-color css

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

 a { background-color: rgb(188,222,121); }

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

border-color css

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

 span { border-color: rgb(188,222,121); }

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