Html Css Color HEX #509602 Limeade

📋 copy color: '#509602'

red 80 ◦ green 150 ◦ blue 2

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

Shades of Limeade #509602

Tints of Limeade #509602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.66%

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

R = 34.48%
G = 64.66%
B = 0.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#509602 (or 0x509602) is known color: Limeade. HEX triplet: 50, 96 and 02. RGB value is (80,150,2). Sum of RGB (Red+Green+Blue) = 80+150+2=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #509602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509602 is #AF69FD. Grayscale: #707070. Windows color (decimal): -11495934 or 169552. OLE color: 169552.

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

Color convert

RGB 80 150 2 -
CMYK 0.47 0 0.99 0.41
HSL 88.38º 0.97% 0.3% -
HSV(B) 88.38º 0.99% 0.59% -
XYZ 14.23 23.52 3.85 -
YUV 112.2 65.81 105.03 -
System Red Green Blue C M Y K H S L
Decimal 80 150 2 0.47 0 0.99 0.41 88.38 0.97 0.3
Hex 50 96 2 2F 0 63 29 58 61 1E
Octal 120 226 2 57 0 143 51 130 141 36
Binary 1010000 10010110 10 101111 0 1100011 101001 1011000 1100001 11110

Color Harmonies of #509602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509602

Black with #509602

Text Example


Text Example

White with #509602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509602; }

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

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

background-color css

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

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

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

border-color css

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

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

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