Html Css Color HEX #CAF063 Mindaro

📋 copy color: '#CAF063'

red 202 ◦ green 240 ◦ blue 99

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

Shades of Mindaro #CAF063

Tints of Mindaro #CAF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.36%

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

R = 37.34%
G = 44.36%
B = 18.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#CAF063 (or 0xCAF063) is known color: Mindaro. HEX triplet: CA, F0 and 63. RGB value is (202,240,99). Sum of RGB (Red+Green+Blue) = 202+240+99=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF063 is #350F9C. Grayscale: #D5D5D5. Windows color (decimal): -3477405 or 6549706. OLE color: 6549706.

HSL color Cylindrical-coordinate representation of color #CAF063: hue angle of 76.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF063 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 99 -
CMYK 0.16 0 0.59 0.06
HSL 76.17º 0.82% 0.66% -
HSV(B) 76.17º 0.59% 0.94% -
XYZ 57.77 75.78 23.39 -
YUV 212.56 63.91 120.46 -
System Red Green Blue C M Y K H S L
Decimal 202 240 99 0.16 0 0.59 0.06 76.17 0.82 0.66
Hex CA F0 63 10 0 3B 6 4C 52 42
Octal 312 360 143 20 0 73 6 114 122 102
Binary 11001010 11110000 1100011 10000 0 111011 110 1001100 1010010 1000010

Color Harmonies of #CAF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF063

Black with #CAF063

Text Example


Text Example

White with #CAF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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