#CBEF78

Color #CBEF78 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBEF78

Tints of Sulu #CBEF78

Color information

#CBEF78 (or 0xCBEF78) is unknown color: approx Sulu. HEX triplet: CB, EF and 78. RGB value is (203,239,120). Sum of RGB (Red+Green+Blue) = 203+239+120=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF78 is #341087. Grayscale: #D7D7D7. Windows color (decimal): -3412104 or 7925707. OLE color: 7925707.

HSL color Cylindrical-coordinate representation of color #CBEF78: hue angle of 78.15º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBEF78 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB203239120-
CMYK0.1500.500.06
HSL78.15º78.81%70.39%-
HSV(B)78.15º49.79%93.73%-
XYZ58.8975.7929.29-
YUV214.6774.57119.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 120 (47.27% from 255) = 21.35%
R=36.12%
G=42.53%
B=21.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391200.1500.500.0678.1578.8170.39
HexCBEF78F03264e4f46
Octal313357170170626116117106
Binary1100101111101111111100011110110010110100111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEF78; }

 p { color: rgb(203,239,120); }

 H1.HeaderClassName
 {
   color: #CBEF78;
 }
 .AnyTagClassName
 {
   color: #CBEF78;
 }
</style>
background-color css

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

 a { background-color: rgb(203,239,120); }

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

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

 span { border-color: rgb(203,239,120); }

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