Html Css Color HEX #CADE6D Mindaro

📋 copy color: '#CADE6D'

red 202 ◦ green 222 ◦ blue 109

#CADE6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CADE6D

Tints of Mindaro #CADE6D

RGB

 RED value IS 202 (79.3% from 255) = 37.9%

 GREEN value IS 222 (87.11% from 255) = 41.65%

 BLUE value IS 109 (42.97% from 255) = 20.45%

R = 37.9%
G = 41.65%
B = 20.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CADE6D (or 0xCADE6D) is known color: Mindaro. HEX triplet: CA, DE and 6D. RGB value is (202,222,109). Sum of RGB (Red+Green+Blue) = 202+222+109=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE6D is #352192. Grayscale: #CBCBCB. Windows color (decimal): -3482003 or 7200458. OLE color: 7200458.

HSL color Cylindrical-coordinate representation of color #CADE6D: hue angle of 70.62º degrees, saturation: 0.63, 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 #CADE6D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 222 109 -
CMYK 0.09 0 0.51 0.13
HSL 70.62º 0.63% 0.65% -
HSV(B) 70.62º 0.51% 0.87% -
XYZ 53.24 65.9 24.38 -
YUV 203.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 202 222 109 0.09 0 0.51 0.13 70.62 0.63 0.65
Hex CA DE 6D 9 0 33 D 47 3F 41
Octal 312 336 155 11 0 63 15 107 77 101
Binary 11001010 11011110 1101101 1001 0 110011 1101 1000111 111111 1000001

Color Harmonies of #CADE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADE6D

Black with #CADE6D

Text Example


Text Example

White with #CADE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADE6D; }

 p { color: rgb(202,222,109); }

 H1.HeaderClassName
 {
   color: #CADE6D;
 }
 .AnyTagClassName
 {
   color: #CADE6D;
 }
</style>

background-color css

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

 a { background-color: rgb(202,222,109); }

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

border-color css

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

 span { border-color: rgb(202,222,109); }

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