Html Css Color HEX #CADD69 Mindaro

📋 copy color: '#CADD69'

red 202 ◦ green 221 ◦ blue 105

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

Shades of Mindaro #CADD69

Tints of Mindaro #CADD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.89%

R = 38.26%
G = 41.86%
B = 19.89%

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

#CADD69 (or 0xCADD69) is known color: Mindaro. HEX triplet: CA, DD and 69. RGB value is (202,221,105). Sum of RGB (Red+Green+Blue) = 202+221+105=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD69 is #352296. Grayscale: #CACACA. Windows color (decimal): -3482263 or 6938058. OLE color: 6938058.

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

Color convert

RGB 202 221 105 -
CMYK 0.09 0 0.52 0.13
HSL 69.83º 0.63% 0.64% -
HSV(B) 69.83º 0.52% 0.87% -
XYZ 52.76 65.29 23.19 -
YUV 202.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 202 221 105 0.09 0 0.52 0.13 69.83 0.63 0.64
Hex CA DD 69 9 0 34 D 46 3F 40
Octal 312 335 151 11 0 64 15 106 77 100
Binary 11001010 11011101 1101001 1001 0 110100 1101 1000110 111111 1000000

Color Harmonies of #CADD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD69

Black with #CADD69

Text Example


Text Example

White with #CADD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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