Html Css Color HEX #509102 Limeade

📋 copy color: '#509102'

red 80 ◦ green 145 ◦ blue 2

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

Shades of Limeade #509102

Tints of Limeade #509102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.88%

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

R = 35.24%
G = 63.88%
B = 0.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#509102 (or 0x509102) is known color: Limeade. HEX triplet: 50, 91 and 02. RGB value is (80,145,2). Sum of RGB (Red+Green+Blue) = 80+145+2=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #509102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509102 is #AF6EFD. Grayscale: #6D6D6D. Windows color (decimal): -11497214 or 168272. OLE color: 168272.

HSL color Cylindrical-coordinate representation of color #509102: hue angle of 87.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #509102 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 2 -
CMYK 0.45 0 0.99 0.43
HSL 87.27º 0.97% 0.29% -
HSV(B) 87.27º 0.99% 0.57% -
XYZ 13.44 21.96 3.59 -
YUV 109.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 80 145 2 0.45 0 0.99 0.43 87.27 0.97 0.29
Hex 50 91 2 2D 0 63 2B 57 61 1D
Octal 120 221 2 55 0 143 53 127 141 35
Binary 1010000 10010001 10 101101 0 1100011 101011 1010111 1100001 11101

Color Harmonies of #509102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509102

Black with #509102

Text Example


Text Example

White with #509102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509102; }

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

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

background-color css

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

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

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

border-color css

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

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

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