Html Css Color HEX #CAF762 Mindaro

📋 copy color: '#CAF762'

red 202 ◦ green 247 ◦ blue 98

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

Shades of Mindaro #CAF762

Tints of Mindaro #CAF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

 BLUE value IS 98 (38.67% from 255) = 17.92%

R = 36.93%
G = 45.16%
B = 17.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#CAF762 (or 0xCAF762) is known color: Mindaro. HEX triplet: CA, F7 and 62. RGB value is (202,247,98). Sum of RGB (Red+Green+Blue) = 202+247+98=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF762 is #35089D. Grayscale: #D9D9D9. Windows color (decimal): -3475614 or 6485962. OLE color: 6485962.

HSL color Cylindrical-coordinate representation of color #CAF762: hue angle of 78.12º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF762 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 98 -
CMYK 0.18 0 0.60 0.03
HSL 78.12º 0.9% 0.68% -
HSV(B) 78.12º 0.6% 0.97% -
XYZ 59.82 79.96 23.84 -
YUV 216.56 61.09 117.62 -
System Red Green Blue C M Y K H S L
Decimal 202 247 98 0.18 0 0.60 0.03 78.12 0.9 0.68
Hex CA F7 62 12 0 3C 3 4E 5A 44
Octal 312 367 142 22 0 74 3 116 132 104
Binary 11001010 11110111 1100010 10010 0 111100 11 1001110 1011010 1000100

Color Harmonies of #CAF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF762

Black with #CAF762

Text Example


Text Example

White with #CAF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF762; }

 p { color: rgb(202,247,98); }

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

background-color css

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

 a { background-color: rgb(202,247,98); }

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

border-color css

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

 span { border-color: rgb(202,247,98); }

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