#CEF280

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

Shades of Sulu #CEF280

Tints of Sulu #CEF280

Color information

#CEF280 (or 0xCEF280) is unknown color: approx Sulu. HEX triplet: CE, F2 and 80. RGB value is (206,242,128). Sum of RGB (Red+Green+Blue) = 206+242+128=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF280 is #310D7F. Grayscale: #DADADA. Windows color (decimal): -3214720 or 8450766. OLE color: 8450766.

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

Color convert

RGB206242128-
CMYK0.1500.470.05
HSL78.95º81.43%72.55%-
HSV(B)78.95º47.11%94.9%-
XYZ61.178.1832.29-
YUV218.2477.07119.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=35.76%
G=42.01%
B=22.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421280.1500.470.0578.9581.4372.55
HexCEF280F02F54f5149
Octal316362200170575117121111
Binary11001110111100101000000011110101111101100111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF280; }

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

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

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

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

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

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

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

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