Html Css Color HEX #CADF63 Mindaro

📋 copy color: '#CADF63'

red 202 ◦ green 223 ◦ blue 99

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

Shades of Mindaro #CADF63

Tints of Mindaro #CADF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.89%

R = 38.55%
G = 42.56%
B = 18.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CADF63 (or 0xCADF63) is known color: Mindaro. HEX triplet: CA, DF and 63. RGB value is (202,223,99). Sum of RGB (Red+Green+Blue) = 202+223+99=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF63 is #35209C. Grayscale: #CBCBCB. Windows color (decimal): -3481757 or 6545354. OLE color: 6545354.

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

Color convert

RGB 202 223 99 -
CMYK 0.09 0 0.56 0.13
HSL 70.16º 0.66% 0.63% -
HSV(B) 70.16º 0.56% 0.87% -
XYZ 53 66.23 21.8 -
YUV 202.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 202 223 99 0.09 0 0.56 0.13 70.16 0.66 0.63
Hex CA DF 63 9 0 38 D 46 42 3F
Octal 312 337 143 11 0 70 15 106 102 77
Binary 11001010 11011111 1100011 1001 0 111000 1101 1000110 1000010 111111

Color Harmonies of #CADF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADF63

Black with #CADF63

Text Example


Text Example

White with #CADF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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