Html Css Color HEX #CAF961 Mindaro

📋 copy color: '#CAF961'

red 202 ◦ green 249 ◦ blue 97

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

Shades of Mindaro #CAF961

Tints of Mindaro #CAF961

RGB

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

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

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

R = 36.86%
G = 45.44%
B = 17.7%

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

#CAF961 (or 0xCAF961) is known color: Mindaro. HEX triplet: CA, F9 and 61. RGB value is (202,249,97). Sum of RGB (Red+Green+Blue) = 202+249+97=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF961 is #35069E. Grayscale: #DADADA. Windows color (decimal): -3475103 or 6420938. OLE color: 6420938.

HSL color Cylindrical-coordinate representation of color #CAF961: hue angle of 78.55º 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 #CAF961 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 97 -
CMYK 0.19 0 0.61 0.02
HSL 78.55º 0.93% 0.68% -
HSV(B) 78.55º 0.61% 0.98% -
XYZ 60.39 81.17 23.79 -
YUV 217.62 59.93 116.86 -
System Red Green Blue C M Y K H S L
Decimal 202 249 97 0.19 0 0.61 0.02 78.55 0.93 0.68
Hex CA F9 61 13 0 3D 2 4F 5D 44
Octal 312 371 141 23 0 75 2 117 135 104
Binary 11001010 11111001 1100001 10011 0 111101 10 1001111 1011101 1000100

Color Harmonies of #CAF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF961

Black with #CAF961

Text Example


Text Example

White with #CAF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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