Html Css Color HEX #CAF163 Mindaro

📋 copy color: '#CAF163'

red 202 ◦ green 241 ◦ blue 99

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

Shades of Mindaro #CAF163

Tints of Mindaro #CAF163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.46%

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

R = 37.27%
G = 44.46%
B = 18.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CAF163 (or 0xCAF163) is known color: Mindaro. HEX triplet: CA, F1 and 63. RGB value is (202,241,99). Sum of RGB (Red+Green+Blue) = 202+241+99=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF163 is #350E9C. Grayscale: #D5D5D5. Windows color (decimal): -3477149 or 6549962. OLE color: 6549962.

HSL color Cylindrical-coordinate representation of color #CAF163: hue angle of 76.48º degrees, saturation: 0.84, 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 #CAF163 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 99 -
CMYK 0.16 0 0.59 0.05
HSL 76.48º 0.84% 0.67% -
HSV(B) 76.48º 0.59% 0.95% -
XYZ 58.06 76.37 23.48 -
YUV 213.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 202 241 99 0.16 0 0.59 0.05 76.48 0.84 0.67
Hex CA F1 63 10 0 3B 5 4C 54 43
Octal 312 361 143 20 0 73 5 114 124 103
Binary 11001010 11110001 1100011 10000 0 111011 101 1001100 1010100 1000011

Color Harmonies of #CAF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF163

Black with #CAF163

Text Example


Text Example

White with #CAF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF163; }

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

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

background-color css

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

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

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

border-color css

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

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

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