Html Css Color HEX #CAF963 Mindaro

📋 copy color: '#CAF963'

red 202 ◦ green 249 ◦ blue 99

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

Shades of Mindaro #CAF963

Tints of Mindaro #CAF963

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

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

R = 36.73%
G = 45.27%
B = 18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#CAF963 (or 0xCAF963) is known color: Mindaro. HEX triplet: CA, F9 and 63. RGB value is (202,249,99). Sum of RGB (Red+Green+Blue) = 202+249+99=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF963 is #35069C. Grayscale: #DADADA. Windows color (decimal): -3475101 or 6552010. OLE color: 6552010.

HSL color Cylindrical-coordinate representation of color #CAF963: hue angle of 78.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF963 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 99 -
CMYK 0.19 0 0.60 0.02
HSL 78.8º 0.93% 0.68% -
HSV(B) 78.8º 0.6% 0.98% -
XYZ 60.48 81.21 24.29 -
YUV 217.85 60.93 116.7 -
System Red Green Blue C M Y K H S L
Decimal 202 249 99 0.19 0 0.60 0.02 78.8 0.93 0.68
Hex CA F9 63 13 0 3C 2 4F 5D 44
Octal 312 371 143 23 0 74 2 117 135 104
Binary 11001010 11111001 1100011 10011 0 111100 10 1001111 1011101 1000100

Color Harmonies of #CAF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF963

Black with #CAF963

Text Example


Text Example

White with #CAF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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