#cadf6c

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

Shades of Mindaro #CADF6C

Tints of Mindaro #CADF6C

Color information

#CADF6C (or 0xCADF6C) is unknown color: approx Mindaro. HEX triplet: CA, DF and 6C. RGB value is (202,223,108). Sum of RGB (Red+Green+Blue) = 202+223+108=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF6C is #352093. Grayscale: #CCCCCC. Windows color (decimal): -3481748 or 7135178. OLE color: 7135178.

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

Color convert

RGB202223108-
CMYK0.0900.520.13
HSL70.96º64.25%64.9%-
HSV(B)70.96º51.57%87.45%-
XYZ53.4566.4124.19-
YUV203.6174.04126.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=37.90%
G=41.84%
B=20.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231080.0900.520.1370.9664.2564.9
HexCADF6C9034D474041
Octal3123371541106415107100101
Binary11001010110111111101100100101101001101100011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cadf6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cadf6c; }

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

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

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

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

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

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

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

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