Html Css Color HEX #509502 Limeade

📋 copy color: '#509502'

red 80 ◦ green 149 ◦ blue 2

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

Shades of Limeade #509502

Tints of Limeade #509502

RGB

 RED value IS 80 (31.64% from 255) = 34.63%

 GREEN value IS 149 (58.59% from 255) = 64.5%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 34.63%
G = 64.5%
B = 0.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#509502 (or 0x509502) is known color: Limeade. HEX triplet: 50, 95 and 02. RGB value is (80,149,2). Sum of RGB (Red+Green+Blue) = 80+149+2=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #509502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509502 is #AF6AFD. Grayscale: #707070. Windows color (decimal): -11496190 or 169296. OLE color: 169296.

HSL color Cylindrical-coordinate representation of color #509502: hue angle of 88.16º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #509502 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 2 -
CMYK 0.46 0 0.99 0.42
HSL 88.16º 0.97% 0.3% -
HSV(B) 88.16º 0.99% 0.58% -
XYZ 14.07 23.2 3.8 -
YUV 111.61 66.14 105.45 -
System Red Green Blue C M Y K H S L
Decimal 80 149 2 0.46 0 0.99 0.42 88.16 0.97 0.3
Hex 50 95 2 2E 0 63 2A 58 61 1E
Octal 120 225 2 56 0 143 52 130 141 36
Binary 1010000 10010101 10 101110 0 1100011 101010 1011000 1100001 11110

Color Harmonies of #509502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509502

Black with #509502

Text Example


Text Example

White with #509502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509502; }

 p { color: rgb(80,149,2); }

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

background-color css

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

 a { background-color: rgb(80,149,2); }

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

border-color css

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

 span { border-color: rgb(80,149,2); }

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