Html Css Color HEX #CADD65 Mindaro

📋 copy color: '#CADD65'

red 202 ◦ green 221 ◦ blue 101

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

Shades of Mindaro #CADD65

Tints of Mindaro #CADD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.27%

R = 38.55%
G = 42.18%
B = 19.27%

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

#CADD65 (or 0xCADD65) is known color: Mindaro. HEX triplet: CA, DD and 65. RGB value is (202,221,101). Sum of RGB (Red+Green+Blue) = 202+221+101=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD65 is #35229A. Grayscale: #CACACA. Windows color (decimal): -3482267 or 6675914. OLE color: 6675914.

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

Color convert

RGB 202 221 101 -
CMYK 0.09 0 0.54 0.13
HSL 69.5º 0.64% 0.63% -
HSV(B) 69.5º 0.54% 0.87% -
XYZ 52.56 65.21 22.13 -
YUV 201.64 71.21 128.26 -
System Red Green Blue C M Y K H S L
Decimal 202 221 101 0.09 0 0.54 0.13 69.5 0.64 0.63
Hex CA DD 65 9 0 36 D 46 40 3F
Octal 312 335 145 11 0 66 15 106 100 77
Binary 11001010 11011101 1100101 1001 0 110110 1101 1000110 1000000 111111

Color Harmonies of #CADD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD65

Black with #CADD65

Text Example


Text Example

White with #CADD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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