#CACF90

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

Shades of Deco #CACF90

Tints of Deco #CACF90

Color information

#CACF90 (or 0xCACF90) is unknown color: approx Deco. HEX triplet: CA, CF and 90. RGB value is (202,207,144). Sum of RGB (Red+Green+Blue) = 202+207+144=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF90 is #35306F. Grayscale: #C6C6C6. Windows color (decimal): -3485808 or 9490378. OLE color: 9490378.

HSL color Cylindrical-coordinate representation of color #CACF90: hue angle of 64.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CACF90 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB202207144-
CMYK0.0200.300.19
HSL64.76º39.62%68.82%-
HSV(B)64.76º30.43%81.18%-
XYZ51.759.235.09-
YUV198.3297.34130.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=36.53%
G=37.43%
B=26.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071440.0200.300.1964.7639.6268.82
HexCACF90201E13412845
Octal31231722020362310150105
Binary110010101100111110010000100111101001110000011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF90; }

 p { color: rgb(202,207,144); }

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

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

 a { background-color: rgb(202,207,144); }

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

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

 span { border-color: rgb(202,207,144); }

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