#CEFF78

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

Shades of Sulu #CEFF78

Tints of Sulu #CEFF78

Color information

#CEFF78 (or 0xCEFF78) is unknown color: approx Sulu. HEX triplet: CE, FF and 78. RGB value is (206,255,120). Sum of RGB (Red+Green+Blue) = 206+255+120=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF78 is #310087. Grayscale: #E1E1E1. Windows color (decimal): -3211400 or 7929806. OLE color: 7929806.

HSL color Cylindrical-coordinate representation of color #CEFF78: hue angle of 81.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEFF78 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB206255120-
CMYK0.1900.530
HSL81.78º100%73.53%-
HSV(B)81.78º52.94%100%-
XYZ64.68630.96-
YUV224.9668.77114.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 120 (47.27% from 255) = 20.65%
R=35.46%
G=43.89%
B=20.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551200.1900.53081.7810073.53
HexCEFF7813035052644a
Octal316377170230650122144112
Binary110011101111111111110001001101101010101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF78; }

 p { color: rgb(206,255,120); }

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

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

 a { background-color: rgb(206,255,120); }

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

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

 span { border-color: rgb(206,255,120); }

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