Html Css Color HEX #CADD6A Mindaro

📋 copy color: '#CADD6A'

red 202 ◦ green 221 ◦ blue 106

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

Shades of Mindaro #CADD6A

Tints of Mindaro #CADD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 38.19%
G = 41.78%
B = 20.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CADD6A (or 0xCADD6A) is known color: Mindaro. HEX triplet: CA, DD and 6A. RGB value is (202,221,106). Sum of RGB (Red+Green+Blue) = 202+221+106=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD6A is #352295. Grayscale: #CACACA. Windows color (decimal): -3482262 or 7003594. OLE color: 7003594.

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

Color convert

RGB 202 221 106 -
CMYK 0.09 0 0.52 0.13
HSL 69.91º 0.63% 0.64% -
HSV(B) 69.91º 0.52% 0.87% -
XYZ 52.82 65.31 23.46 -
YUV 202.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 202 221 106 0.09 0 0.52 0.13 69.91 0.63 0.64
Hex CA DD 6A 9 0 34 D 46 3F 40
Octal 312 335 152 11 0 64 15 106 77 100
Binary 11001010 11011101 1101010 1001 0 110100 1101 1000110 111111 1000000

Color Harmonies of #CADD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD6A

Black with #CADD6A

Text Example


Text Example

White with #CADD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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