#CADD6C

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

Shades of Mindaro #CADD6C

Tints of Mindaro #CADD6C

Color information

#CADD6C (or 0xCADD6C) is unknown color: approx Mindaro. HEX triplet: CA, DD and 6C. RGB value is (202,221,108). Sum of RGB (Red+Green+Blue) = 202+221+108=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD6C is #352293. Grayscale: #CACACA. Windows color (decimal): -3482260 or 7134666. OLE color: 7134666.

HSL color Cylindrical-coordinate representation of color #CADD6C: hue angle of 70.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CADD6C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB202221108-
CMYK0.0900.510.13
HSL70.09º62.43%64.51%-
HSV(B)70.09º51.13%86.67%-
XYZ52.9265.3524.01-
YUV202.4474.71127.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 108 (42.58% from 255) = 20.34%
R=38.04%
G=41.62%
B=20.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211080.0900.510.1370.0962.4364.51
HexCADD6C9033D463e41
Octal312335154110631510676101
Binary1100101011011101110110010010110011110110001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD6C; }

 p { color: rgb(202,221,108); }

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

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

 a { background-color: rgb(202,221,108); }

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

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

 span { border-color: rgb(202,221,108); }

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