Html Css Color HEX #CADD70 Mindaro

📋 copy color: '#CADD70'

red 202 ◦ green 221 ◦ blue 112

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

Shades of Mindaro #CADD70

Tints of Mindaro #CADD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 112 (44.14% from 255) = 20.93%

R = 37.76%
G = 41.31%
B = 20.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CADD70 (or 0xCADD70) is known color: Mindaro. HEX triplet: CA, DD and 70. RGB value is (202,221,112). Sum of RGB (Red+Green+Blue) = 202+221+112=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD70 is #35228F. Grayscale: #CBCBCB. Windows color (decimal): -3482256 or 7396810. OLE color: 7396810.

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

Color convert

RGB 202 221 112 -
CMYK 0.09 0 0.49 0.13
HSL 70.46º 0.62% 0.65% -
HSV(B) 70.46º 0.49% 0.87% -
XYZ 53.14 65.44 25.16 -
YUV 202.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 202 221 112 0.09 0 0.49 0.13 70.46 0.62 0.65
Hex CA DD 70 9 0 31 D 46 3E 41
Octal 312 335 160 11 0 61 15 106 76 101
Binary 11001010 11011101 1110000 1001 0 110001 1101 1000110 111110 1000001

Color Harmonies of #CADD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD70

Black with #CADD70

Text Example


Text Example

White with #CADD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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