Html Css Color HEX #50B607 Kelly Green

📋 copy color: '#50B607'

red 80 ◦ green 182 ◦ blue 7

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

Shades of Kelly Green #50B607

Tints of Kelly Green #50B607

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.66%

 BLUE value IS 7 (3.13% from 255) = 2.6%

R = 29.74%
G = 67.66%
B = 2.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#50B607 (or 0x50B607) is known color: Kelly Green. HEX triplet: 50, B6 and 07. RGB value is (80,182,7). Sum of RGB (Red+Green+Blue) = 80+182+7=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #50B607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B607 is #AF49F8. Grayscale: #848484. Windows color (decimal): -11487737 or 505424. OLE color: 505424.

HSL color Cylindrical-coordinate representation of color #50B607: hue angle of 94.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50B607 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 182 7 -
CMYK 0.56 0 0.96 0.29
HSL 94.97º 0.93% 0.37% -
HSV(B) 94.97º 0.96% 0.71% -
XYZ 20.07 35.18 5.93 -
YUV 131.55 57.71 91.23 -
System Red Green Blue C M Y K H S L
Decimal 80 182 7 0.56 0 0.96 0.29 94.97 0.93 0.37
Hex 50 B6 7 38 0 60 1D 5F 5D 25
Octal 120 266 7 70 0 140 35 137 135 45
Binary 1010000 10110110 111 111000 0 1100000 11101 1011111 1011101 100101

Color Harmonies of #50B607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B607

Black with #50B607

Text Example


Text Example

White with #50B607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B607; }

 p { color: rgb(80,182,7); }

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

background-color css

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

 a { background-color: rgb(80,182,7); }

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

border-color css

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

 span { border-color: rgb(80,182,7); }

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