#CEF27D

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

Shades of Sulu #CEF27D

Tints of Sulu #CEF27D

Color information

#CEF27D (or 0xCEF27D) is unknown color: approx Sulu. HEX triplet: CE, F2 and 7D. RGB value is (206,242,125). Sum of RGB (Red+Green+Blue) = 206+242+125=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF27D is #310D82. Grayscale: #DADADA. Windows color (decimal): -3214723 or 8254158. OLE color: 8254158.

HSL color Cylindrical-coordinate representation of color #CEF27D: hue angle of 78.46º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF27D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB206242125-
CMYK0.1500.480.05
HSL78.46º81.82%71.96%-
HSV(B)78.46º48.35%94.9%-
XYZ60.9178.1131.27-
YUV217.975.57119.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 125 (49.22% from 255) = 21.82%
R=35.95%
G=42.23%
B=21.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421250.1500.480.0578.4681.8271.96
HexCEF27DF03054e5248
Octal316362175170605116122110
Binary1100111011110010111110111110110000101100111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF27D; }

 p { color: rgb(206,242,125); }

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

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

 a { background-color: rgb(206,242,125); }

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

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

 span { border-color: rgb(206,242,125); }

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