Html Css Color HEX #CADD6F Mindaro

📋 copy color: '#CADD6F'

red 202 ◦ green 221 ◦ blue 111

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

Shades of Mindaro #CADD6F

Tints of Mindaro #CADD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 37.83%
G = 41.39%
B = 20.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#CADD6F (or 0xCADD6F) is known color: Mindaro. HEX triplet: CA, DD and 6F. RGB value is (202,221,111). Sum of RGB (Red+Green+Blue) = 202+221+111=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD6F is #352290. Grayscale: #CBCBCB. Windows color (decimal): -3482257 or 7331274. OLE color: 7331274.

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

Color convert

RGB 202 221 111 -
CMYK 0.09 0 0.50 0.13
HSL 70.36º 0.62% 0.65% -
HSV(B) 70.36º 0.5% 0.87% -
XYZ 53.08 65.42 24.87 -
YUV 202.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 202 221 111 0.09 0 0.50 0.13 70.36 0.62 0.65
Hex CA DD 6F 9 0 32 D 46 3E 41
Octal 312 335 157 11 0 62 15 106 76 101
Binary 11001010 11011101 1101111 1001 0 110010 1101 1000110 111110 1000001

Color Harmonies of #CADD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD6F

Black with #CADD6F

Text Example


Text Example

White with #CADD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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