Html Css Color HEX #CAF559 Mindaro

📋 copy color: '#CAF559'

red 202 ◦ green 245 ◦ blue 89

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

Shades of Mindaro #CAF559

Tints of Mindaro #CAF559

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.71%

 BLUE value IS 89 (35.16% from 255) = 16.6%

R = 37.69%
G = 45.71%
B = 16.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#CAF559 (or 0xCAF559) is known color: Mindaro. HEX triplet: CA, F5 and 59. RGB value is (202,245,89). Sum of RGB (Red+Green+Blue) = 202+245+89=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF559 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF559 is #350AA6. Grayscale: #D6D6D6. Windows color (decimal): -3476135 or 5895626. OLE color: 5895626.

HSL color Cylindrical-coordinate representation of color #CAF559: hue angle of 76.54º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF559 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 89 -
CMYK 0.18 0 0.64 0.04
HSL 76.54º 0.89% 0.65% -
HSV(B) 76.54º 0.64% 0.96% -
XYZ 58.81 78.58 21.52 -
YUV 214.36 57.25 119.18 -
System Red Green Blue C M Y K H S L
Decimal 202 245 89 0.18 0 0.64 0.04 76.54 0.89 0.65
Hex CA F5 59 12 0 40 4 4D 59 41
Octal 312 365 131 22 0 100 4 115 131 101
Binary 11001010 11110101 1011001 10010 0 1000000 100 1001101 1011001 1000001

Color Harmonies of #CAF559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF559

Black with #CAF559

Text Example


Text Example

White with #CAF559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF559; }

 p { color: rgb(202,245,89); }

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

background-color css

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

 a { background-color: rgb(202,245,89); }

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

border-color css

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

 span { border-color: rgb(202,245,89); }

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