Html Css Color HEX #CAF462 Mindaro

📋 copy color: '#CAF462'

red 202 ◦ green 244 ◦ blue 98

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

Shades of Mindaro #CAF462

Tints of Mindaro #CAF462

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.85%

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

R = 37.13%
G = 44.85%
B = 18.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#CAF462 (or 0xCAF462) is known color: Mindaro. HEX triplet: CA, F4 and 62. RGB value is (202,244,98). Sum of RGB (Red+Green+Blue) = 202+244+98=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF462 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF462 is #350B9D. Grayscale: #D7D7D7. Windows color (decimal): -3476382 or 6485194. OLE color: 6485194.

HSL color Cylindrical-coordinate representation of color #CAF462: hue angle of 77.26º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF462 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 98 -
CMYK 0.17 0 0.60 0.04
HSL 77.26º 0.87% 0.67% -
HSV(B) 77.26º 0.6% 0.96% -
XYZ 58.91 78.14 23.53 -
YUV 214.8 62.09 118.87 -
System Red Green Blue C M Y K H S L
Decimal 202 244 98 0.17 0 0.60 0.04 77.26 0.87 0.67
Hex CA F4 62 11 0 3C 4 4D 57 43
Octal 312 364 142 21 0 74 4 115 127 103
Binary 11001010 11110100 1100010 10001 0 111100 100 1001101 1010111 1000011

Color Harmonies of #CAF462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF462

Black with #CAF462

Text Example


Text Example

White with #CAF462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF462; }

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

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

background-color css

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

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

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

border-color css

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

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

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