#CEF283

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

Shades of Sulu #CEF283

Tints of Sulu #CEF283

Color information

#CEF283 (or 0xCEF283) is unknown color: approx Sulu. HEX triplet: CE, F2 and 83. RGB value is (206,242,131). Sum of RGB (Red+Green+Blue) = 206+242+131=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF283 is #310D7C. Grayscale: #DADADA. Windows color (decimal): -3214717 or 8647374. OLE color: 8647374.

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

Color convert

RGB206242131-
CMYK0.1500.460.05
HSL79.46º81.02%73.14%-
HSV(B)79.46º45.87%94.9%-
XYZ61.378.2633.35-
YUV218.5878.57119.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 242 (94.92% from 255) = 41.80%
BLUE value IS 131 (51.56% from 255) = 22.63%
R=35.58%
G=41.80%
B=22.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421310.1500.460.0579.4681.0273.14
HexCEF283F02E54f5149
Octal316362203170565117121111
Binary11001110111100101000001111110101110101100111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF283; }

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

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

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

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

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

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

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

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