Html Css Color HEX #CAF162 Mindaro

📋 copy color: '#CAF162'

red 202 ◦ green 241 ◦ blue 98

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

Shades of Mindaro #CAF162

Tints of Mindaro #CAF162

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.55%

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

R = 37.34%
G = 44.55%
B = 18.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CAF162 (or 0xCAF162) is known color: Mindaro. HEX triplet: CA, F1 and 62. RGB value is (202,241,98). Sum of RGB (Red+Green+Blue) = 202+241+98=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF162 is #350E9D. Grayscale: #D5D5D5. Windows color (decimal): -3477150 or 6484426. OLE color: 6484426.

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

Color convert

RGB 202 241 98 -
CMYK 0.16 0 0.59 0.05
HSL 76.36º 0.84% 0.66% -
HSV(B) 76.36º 0.59% 0.95% -
XYZ 58.02 76.35 23.23 -
YUV 213.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 202 241 98 0.16 0 0.59 0.05 76.36 0.84 0.66
Hex CA F1 62 10 0 3B 5 4C 54 42
Octal 312 361 142 20 0 73 5 114 124 102
Binary 11001010 11110001 1100010 10000 0 111011 101 1001100 1010100 1000010

Color Harmonies of #CAF162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF162

Black with #CAF162

Text Example


Text Example

White with #CAF162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF162; }

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

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

background-color css

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

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

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

border-color css

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

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

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