#CFD481

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

Shades of Deco #CFD481

Tints of Deco #CFD481

Color information

#CFD481 (or 0xCFD481) is unknown color: approx Deco. HEX triplet: CF, D4 and 81. RGB value is (207,212,129). Sum of RGB (Red+Green+Blue) = 207+212+129=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD481 is #302B7E. Grayscale: #C9C9C9. Windows color (decimal): -3156863 or 8508623. OLE color: 8508623.

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

Color convert

RGB207212129-
CMYK0.0200.390.17
HSL63.61º49.11%66.86%-
HSV(B)63.61º39.15%83.14%-
XYZ53.2461.9429.92-
YUV201.0487.34132.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 129 (50.78% from 255) = 23.54%
R=37.77%
G=38.69%
B=23.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121290.0200.390.1763.6149.1166.86
HexCFD481202711403143
Octal31732420120472110061103
Binary1100111111010100100000011001001111000110000001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD481; }

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

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

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

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

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

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

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

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