Html Css Color HEX #CAF565 Mindaro

📋 copy color: '#CAF565'

red 202 ◦ green 245 ◦ blue 101

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

Shades of Mindaro #CAF565

Tints of Mindaro #CAF565

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.71%

 BLUE value IS 101 (39.84% from 255) = 18.43%

R = 36.86%
G = 44.71%
B = 18.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#CAF565 (or 0xCAF565) is known color: Mindaro. HEX triplet: CA, F5 and 65. RGB value is (202,245,101). Sum of RGB (Red+Green+Blue) = 202+245+101=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF565 is #350A9A. Grayscale: #D8D8D8. Windows color (decimal): -3476123 or 6682058. OLE color: 6682058.

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

Color convert

RGB 202 245 101 -
CMYK 0.18 0 0.59 0.04
HSL 77.92º 0.88% 0.68% -
HSV(B) 77.92º 0.59% 0.96% -
XYZ 59.36 78.8 24.39 -
YUV 215.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 202 245 101 0.18 0 0.59 0.04 77.92 0.88 0.68
Hex CA F5 65 12 0 3B 4 4E 58 44
Octal 312 365 145 22 0 73 4 116 130 104
Binary 11001010 11110101 1100101 10010 0 111011 100 1001110 1011000 1000100

Color Harmonies of #CAF565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF565

Black with #CAF565

Text Example


Text Example

White with #CAF565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF565; }

 p { color: rgb(202,245,101); }

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

background-color css

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

 a { background-color: rgb(202,245,101); }

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

border-color css

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

 span { border-color: rgb(202,245,101); }

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