Html Css Color HEX #CADF6D Mindaro

📋 copy color: '#CADF6D'

red 202 ◦ green 223 ◦ blue 109

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

Shades of Mindaro #CADF6D

Tints of Mindaro #CADF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 37.83%
G = 41.76%
B = 20.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CADF6D (or 0xCADF6D) is known color: Mindaro. HEX triplet: CA, DF and 6D. RGB value is (202,223,109). Sum of RGB (Red+Green+Blue) = 202+223+109=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF6D is #352092. Grayscale: #CCCCCC. Windows color (decimal): -3481747 or 7200714. OLE color: 7200714.

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

Color convert

RGB 202 223 109 -
CMYK 0.09 0 0.51 0.13
HSL 71.05º 0.64% 0.65% -
HSV(B) 71.05º 0.51% 0.87% -
XYZ 53.51 66.44 24.47 -
YUV 203.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 202 223 109 0.09 0 0.51 0.13 71.05 0.64 0.65
Hex CA DF 6D 9 0 33 D 47 40 41
Octal 312 337 155 11 0 63 15 107 100 101
Binary 11001010 11011111 1101101 1001 0 110011 1101 1000111 1000000 1000001

Color Harmonies of #CADF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADF6D

Black with #CADF6D

Text Example


Text Example

White with #CADF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADF6D; }

 p { color: rgb(202,223,109); }

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

background-color css

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

 a { background-color: rgb(202,223,109); }

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

border-color css

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

 span { border-color: rgb(202,223,109); }

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