#CFE18C

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

Shades of Sulu #CFE18C

Tints of Sulu #CFE18C

Color information

#CFE18C (or 0xCFE18C) is unknown color: approx Sulu. HEX triplet: CF, E1 and 8C. RGB value is (207,225,140). Sum of RGB (Red+Green+Blue) = 207+225+140=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE18C is #301E73. Grayscale: #D2D2D2. Windows color (decimal): -3153524 or 9232847. OLE color: 9232847.

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

Color convert

RGB207225140-
CMYK0.0800.380.12
HSL72.71º58.62%71.57%-
HSV(B)72.71º37.78%88.24%-
XYZ57.3969.0135.11-
YUV209.9388.54125.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=36.19%
G=39.34%
B=24.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251400.0800.380.1272.7158.6271.57
HexCFE18C8026C493b48
Octal317341214100461411173110
Binary11001111111000011000110010000100110110010010011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE18C; }

 p { color: rgb(207,225,140); }

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

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

 a { background-color: rgb(207,225,140); }

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

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

 span { border-color: rgb(207,225,140); }

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