#CEF985

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

Shades of Sulu #CEF985

Tints of Sulu #CEF985

Color information

#CEF985 (or 0xCEF985) is unknown color: approx Sulu. HEX triplet: CE, F9 and 85. RGB value is (206,249,133). Sum of RGB (Red+Green+Blue) = 206+249+133=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF985 is #31067A. Grayscale: #DFDFDF. Windows color (decimal): -3212923 or 8780238. OLE color: 8780238.

HSL color Cylindrical-coordinate representation of color #CEF985: hue angle of 82.24º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF985 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB206249133-
CMYK0.1700.470.02
HSL82.24º90.62%74.9%-
HSV(B)82.24º46.59%97.65%-
XYZ63.5682.5734.78-
YUV222.9277.25115.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=35.03%
G=42.35%
B=22.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491330.1700.470.0282.2490.6274.9
HexCEF9851102F2525b4b
Octal316371205210572122133113
Binary11001110111110011000010110001010111110101001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF985; }

 p { color: rgb(206,249,133); }

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

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

 a { background-color: rgb(206,249,133); }

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

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

 span { border-color: rgb(206,249,133); }

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