Html Css Color HEX #CAF663 Mindaro

📋 copy color: '#CAF663'

red 202 ◦ green 246 ◦ blue 99

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

Shades of Mindaro #CAF663

Tints of Mindaro #CAF663

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.97%

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

R = 36.93%
G = 44.97%
B = 18.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#CAF663 (or 0xCAF663) is known color: Mindaro. HEX triplet: CA, F6 and 63. RGB value is (202,246,99). Sum of RGB (Red+Green+Blue) = 202+246+99=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF663 is #35099C. Grayscale: #D8D8D8. Windows color (decimal): -3475869 or 6551242. OLE color: 6551242.

HSL color Cylindrical-coordinate representation of color #CAF663: hue angle of 77.96º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF663 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 99 -
CMYK 0.18 0 0.60 0.04
HSL 77.96º 0.89% 0.68% -
HSV(B) 77.96º 0.6% 0.96% -
XYZ 59.57 79.37 23.98 -
YUV 216.09 61.92 117.95 -
System Red Green Blue C M Y K H S L
Decimal 202 246 99 0.18 0 0.60 0.04 77.96 0.89 0.68
Hex CA F6 63 12 0 3C 4 4E 59 44
Octal 312 366 143 22 0 74 4 116 131 104
Binary 11001010 11110110 1100011 10010 0 111100 100 1001110 1011001 1000100

Color Harmonies of #CAF663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF663

Black with #CAF663

Text Example


Text Example

White with #CAF663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF663; }

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

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

background-color css

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

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

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

border-color css

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

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

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