#CEEA85

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

Shades of Sulu #CEEA85

Tints of Sulu #CEEA85

Color information

#CEEA85 (or 0xCEEA85) is unknown color: approx Sulu. HEX triplet: CE, EA and 85. RGB value is (206,234,133). Sum of RGB (Red+Green+Blue) = 206+234+133=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA85 is #31157A. Grayscale: #D6D6D6. Windows color (decimal): -3216763 or 8776398. OLE color: 8776398.

HSL color Cylindrical-coordinate representation of color #CEEA85: hue angle of 76.63º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEEA85 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB206234133-
CMYK0.1200.430.08
HSL76.63º70.63%71.96%-
HSV(B)76.63º43.16%91.76%-
XYZ59.1173.6633.29-
YUV214.1182.22122.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=35.95%
G=40.84%
B=23.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341330.1200.430.0876.6370.6371.96
HexCEEA85C02B84d4748
Octal3163522051405310115107110
Binary110011101110101010000101110001010111000100110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA85; }

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

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

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

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

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

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

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

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