#CFD488

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

Shades of Deco #CFD488

Tints of Deco #CFD488

Color information

#CFD488 (or 0xCFD488) is unknown color: approx Deco. HEX triplet: CF, D4 and 88. RGB value is (207,212,136). Sum of RGB (Red+Green+Blue) = 207+212+136=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD488 is #302B77. Grayscale: #CACACA. Windows color (decimal): -3156856 or 8967375. OLE color: 8967375.

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

Color convert

RGB207212136-
CMYK0.0200.360.17
HSL63.95º46.91%68.24%-
HSV(B)63.95º35.85%83.14%-
XYZ53.7262.1332.45-
YUV201.8490.84131.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 136 (53.52% from 255) = 24.50%
R=37.30%
G=38.20%
B=24.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121360.0200.360.1763.9546.9168.24
HexCFD488202411402f44
Octal31732421020442110057104
Binary1100111111010100100010001001001001000110000001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD488; }

 p { color: rgb(207,212,136); }

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

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

 a { background-color: rgb(207,212,136); }

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

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

 span { border-color: rgb(207,212,136); }

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