Html Css Color HEX #CADD66 Mindaro

📋 copy color: '#CADD66'

red 202 ◦ green 221 ◦ blue 102

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

Shades of Mindaro #CADD66

Tints of Mindaro #CADD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.43%

R = 38.48%
G = 42.1%
B = 19.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#CADD66 (or 0xCADD66) is known color: Mindaro. HEX triplet: CA, DD and 66. RGB value is (202,221,102). Sum of RGB (Red+Green+Blue) = 202+221+102=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD66 is #352299. Grayscale: #CACACA. Windows color (decimal): -3482266 or 6741450. OLE color: 6741450.

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

Color convert

RGB 202 221 102 -
CMYK 0.09 0 0.54 0.13
HSL 69.58º 0.64% 0.63% -
HSV(B) 69.58º 0.54% 0.87% -
XYZ 52.61 65.23 22.39 -
YUV 201.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 202 221 102 0.09 0 0.54 0.13 69.58 0.64 0.63
Hex CA DD 66 9 0 36 D 46 40 3F
Octal 312 335 146 11 0 66 15 106 100 77
Binary 11001010 11011101 1100110 1001 0 110110 1101 1000110 1000000 111111

Color Harmonies of #CADD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD66

Black with #CADD66

Text Example


Text Example

White with #CADD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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