#CEF37A

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

Shades of Sulu #CEF37A

Tints of Sulu #CEF37A

Color information

#CEF37A (or 0xCEF37A) is unknown color: approx Sulu. HEX triplet: CE, F3 and 7A. RGB value is (206,243,122). Sum of RGB (Red+Green+Blue) = 206+243+122=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF37A is #310C85. Grayscale: #DADADA. Windows color (decimal): -3214470 or 8057806. OLE color: 8057806.

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

Color convert

RGB206243122-
CMYK0.1500.500.05
HSL78.35º83.45%71.57%-
HSV(B)78.35º49.79%95.29%-
XYZ61.0278.6330.37-
YUV218.1473.74119.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 122 (48.05% from 255) = 21.37%
R=36.08%
G=42.56%
B=21.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062431220.1500.500.0578.3583.4571.57
HexCEF37AF03254e5348
Octal316363172170625116123110
Binary1100111011110011111101011110110010101100111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF37A; }

 p { color: rgb(206,243,122); }

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

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

 a { background-color: rgb(206,243,122); }

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

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

 span { border-color: rgb(206,243,122); }

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