#CFD484

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

Shades of Deco #CFD484

Tints of Deco #CFD484

Color information

#CFD484 (or 0xCFD484) is unknown color: approx Deco. HEX triplet: CF, D4 and 84. RGB value is (207,212,132). Sum of RGB (Red+Green+Blue) = 207+212+132=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD484 is #302B7B. Grayscale: #C9C9C9. Windows color (decimal): -3156860 or 8705231. OLE color: 8705231.

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

Color convert

RGB207212132-
CMYK0.0200.380.17
HSL63.75º48.19%67.45%-
HSV(B)63.75º37.74%83.14%-
XYZ53.4462.0230.98-
YUV201.3888.84132-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=37.57%
G=38.48%
B=23.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121320.0200.380.1763.7548.1967.45
HexCFD484202611403043
Octal31732420420462110060103
Binary1100111111010100100001001001001101000110000001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD484; }

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

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

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

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

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

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

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

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