#CEF58C

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

Shades of Sulu #CEF58C

Tints of Sulu #CEF58C

Color information

#CEF58C (or 0xCEF58C) is unknown color: approx Sulu. HEX triplet: CE, F5 and 8C. RGB value is (206,245,140). Sum of RGB (Red+Green+Blue) = 206+245+140=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF58C is #310A73. Grayscale: #DDDDDD. Windows color (decimal): -3213940 or 9237966. OLE color: 9237966.

HSL color Cylindrical-coordinate representation of color #CEF58C: hue angle of 82.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF58C is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB206245140-
CMYK0.1600.430.04
HSL82.29º84%75.49%-
HSV(B)82.29º42.86%96.08%-
XYZ62.8480.3237-
YUV221.3782.08117.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 245 (96.09% from 255) = 41.46%
BLUE value IS 140 (55.08% from 255) = 23.69%
R=34.86%
G=41.46%
B=23.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062451400.1600.430.0482.298475.49
HexCEF58C1002B452544b
Octal316365214200534122124113
Binary110011101111010110001100100000101011100101001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF58C; }

 p { color: rgb(206,245,140); }

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

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

 a { background-color: rgb(206,245,140); }

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

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

 span { border-color: rgb(206,245,140); }

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