Html Css Color HEX #CAF861 Mindaro

📋 copy color: '#CAF861'

red 202 ◦ green 248 ◦ blue 97

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

Shades of Mindaro #CAF861

Tints of Mindaro #CAF861

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.34%

 BLUE value IS 97 (38.28% from 255) = 17.73%

R = 36.93%
G = 45.34%
B = 17.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#CAF861 (or 0xCAF861) is known color: Mindaro. HEX triplet: CA, F8 and 61. RGB value is (202,248,97). Sum of RGB (Red+Green+Blue) = 202+248+97=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF861 is #35079E. Grayscale: #D9D9D9. Windows color (decimal): -3475359 or 6420682. OLE color: 6420682.

HSL color Cylindrical-coordinate representation of color #CAF861: hue angle of 78.28º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAF861 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 97 -
CMYK 0.19 0 0.61 0.03
HSL 78.28º 0.92% 0.68% -
HSV(B) 78.28º 0.61% 0.97% -
XYZ 60.08 80.55 23.69 -
YUV 217.03 60.26 117.28 -
System Red Green Blue C M Y K H S L
Decimal 202 248 97 0.19 0 0.61 0.03 78.28 0.92 0.68
Hex CA F8 61 13 0 3D 3 4E 5C 44
Octal 312 370 141 23 0 75 3 116 134 104
Binary 11001010 11111000 1100001 10011 0 111101 11 1001110 1011100 1000100

Color Harmonies of #CAF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF861

Black with #CAF861

Text Example


Text Example

White with #CAF861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF861; }

 p { color: rgb(202,248,97); }

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

background-color css

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

 a { background-color: rgb(202,248,97); }

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

border-color css

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

 span { border-color: rgb(202,248,97); }

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