Html Css Color HEX #60A533 Limeade

📋 copy color: '#60A533'

red 96 ◦ green 165 ◦ blue 51

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

Shades of Limeade #60A533

Tints of Limeade #60A533

RGB

 RED value IS 96 (37.89% from 255) = 30.77%

 GREEN value IS 165 (64.84% from 255) = 52.88%

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 30.77%
G = 52.88%
B = 16.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#60A533 (or 0x60A533) is known color: Limeade. HEX triplet: 60, A5 and 33. RGB value is (96,165,51). Sum of RGB (Red+Green+Blue) = 96+165+51=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #60A533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A533 is #9F5ACC. Grayscale: #838383. Windows color (decimal): -10443469 or 3384672. OLE color: 3384672.

HSL color Cylindrical-coordinate representation of color #60A533: hue angle of 96.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60A533 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 165 51 -
CMYK 0.42 0 0.69 0.35
HSL 96.32º 0.53% 0.42% -
HSV(B) 96.32º 0.69% 0.65% -
XYZ 18.88 29.64 7.86 -
YUV 131.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 96 165 51 0.42 0 0.69 0.35 96.32 0.53 0.42
Hex 60 A5 33 2A 0 45 23 60 35 2A
Octal 140 245 63 52 0 105 43 140 65 52
Binary 1100000 10100101 110011 101010 0 1000101 100011 1100000 110101 101010

Color Harmonies of #60A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A533

Black with #60A533

Text Example


Text Example

White with #60A533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A533; }

 p { color: rgb(96,165,51); }

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

background-color css

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

 a { background-color: rgb(96,165,51); }

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

border-color css

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

 span { border-color: rgb(96,165,51); }

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