Html Css Color HEX #BCEC78 Sulu

📋 copy color: '#BCEC78'

red 188 ◦ green 236 ◦ blue 120

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

Shades of Sulu #BCEC78

Tints of Sulu #BCEC78

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.38%

 BLUE value IS 120 (47.27% from 255) = 22.06%

R = 34.56%
G = 43.38%
B = 22.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#BCEC78 (or 0xBCEC78) is known color: Sulu. HEX triplet: BC, EC and 78. RGB value is (188,236,120). Sum of RGB (Red+Green+Blue) = 188+236+120=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC78 is #431387. Grayscale: #D0D0D0. Windows color (decimal): -4395912 or 7924924. OLE color: 7924924.

HSL color Cylindrical-coordinate representation of color #BCEC78: hue angle of 84.83º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCEC78 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 120 -
CMYK 0.20 0 0.49 0.07
HSL 84.83º 0.75% 0.7% -
HSV(B) 84.83º 0.49% 0.93% -
XYZ 54.12 72.04 28.82 -
YUV 208.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 188 236 120 0.20 0 0.49 0.07 84.83 0.75 0.7
Hex BC EC 78 14 0 31 7 55 4B 46
Octal 274 354 170 24 0 61 7 125 113 106
Binary 10111100 11101100 1111000 10100 0 110001 111 1010101 1001011 1000110

Color Harmonies of #BCEC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC78

Black with #BCEC78

Text Example


Text Example

White with #BCEC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC78; }

 p { color: rgb(188,236,120); }

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

background-color css

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

 a { background-color: rgb(188,236,120); }

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

border-color css

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

 span { border-color: rgb(188,236,120); }

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