Html Css Color HEX #CAF962 Mindaro

📋 copy color: '#CAF962'

red 202 ◦ green 249 ◦ blue 98

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

Shades of Mindaro #CAF962

Tints of Mindaro #CAF962

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.36%

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

R = 36.79%
G = 45.36%
B = 17.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#CAF962 (or 0xCAF962) is known color: Mindaro. HEX triplet: CA, F9 and 62. RGB value is (202,249,98). Sum of RGB (Red+Green+Blue) = 202+249+98=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF962 is #35069D. Grayscale: #DADADA. Windows color (decimal): -3475102 or 6486474. OLE color: 6486474.

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

Color convert

RGB 202 249 98 -
CMYK 0.19 0 0.61 0.02
HSL 78.68º 0.93% 0.68% -
HSV(B) 78.68º 0.61% 0.98% -
XYZ 60.44 81.19 24.04 -
YUV 217.73 60.43 116.78 -
System Red Green Blue C M Y K H S L
Decimal 202 249 98 0.19 0 0.61 0.02 78.68 0.93 0.68
Hex CA F9 62 13 0 3D 2 4F 5D 44
Octal 312 371 142 23 0 75 2 117 135 104
Binary 11001010 11111001 1100010 10011 0 111101 10 1001111 1011101 1000100

Color Harmonies of #CAF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF962

Black with #CAF962

Text Example


Text Example

White with #CAF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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