#CCE28F

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

Shades of Sulu #CCE28F

Tints of Sulu #CCE28F

Color information

#CCE28F (or 0xCCE28F) is unknown color: approx Sulu. HEX triplet: CC, E2 and 8F. RGB value is (204,226,143). Sum of RGB (Red+Green+Blue) = 204+226+143=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE28F is #331D70. Grayscale: #D2D2D2. Windows color (decimal): -3349873 or 9429708. OLE color: 9429708.

HSL color Cylindrical-coordinate representation of color #CCE28F: hue angle of 75.9º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE28F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB204226143-
CMYK0.1000.370.11
HSL75.9º58.87%72.35%-
HSV(B)75.9º36.73%88.63%-
XYZ57.0669.2136.34-
YUV209.9690.21123.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 226 (88.67% from 255) = 39.44%
BLUE value IS 143 (56.25% from 255) = 24.96%
R=35.60%
G=39.44%
B=24.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261430.1000.370.1175.958.8772.35
HexCCE28FA025B4c3b48
Octal314342217120451311473110
Binary11001100111000101000111110100100101101110011001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE28F; }

 p { color: rgb(204,226,143); }

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

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

 a { background-color: rgb(204,226,143); }

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

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

 span { border-color: rgb(204,226,143); }

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