Html Css Color HEX #CAF263 Mindaro

📋 copy color: '#CAF263'

red 202 ◦ green 242 ◦ blue 99

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

Shades of Mindaro #CAF263

Tints of Mindaro #CAF263

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.57%

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

R = 37.2%
G = 44.57%
B = 18.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CAF263 (or 0xCAF263) is known color: Mindaro. HEX triplet: CA, F2 and 63. RGB value is (202,242,99). Sum of RGB (Red+Green+Blue) = 202+242+99=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF263 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF263 is #350D9C. Grayscale: #D6D6D6. Windows color (decimal): -3476893 or 6550218. OLE color: 6550218.

HSL color Cylindrical-coordinate representation of color #CAF263: hue angle of 76.78º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF263 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 99 -
CMYK 0.17 0 0.59 0.05
HSL 76.78º 0.85% 0.67% -
HSV(B) 76.78º 0.59% 0.95% -
XYZ 58.36 76.96 23.58 -
YUV 213.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 202 242 99 0.17 0 0.59 0.05 76.78 0.85 0.67
Hex CA F2 63 11 0 3B 5 4D 55 43
Octal 312 362 143 21 0 73 5 115 125 103
Binary 11001010 11110010 1100011 10001 0 111011 101 1001101 1010101 1000011

Color Harmonies of #CAF263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF263

Black with #CAF263

Text Example


Text Example

White with #CAF263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF263; }

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

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

background-color css

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

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

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

border-color css

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

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

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