Html Css Color HEX #50AF07 Kelly Green

📋 copy color: '#50AF07'

red 80 ◦ green 175 ◦ blue 7

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

Shades of Kelly Green #50AF07

Tints of Kelly Green #50AF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 66.79%

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

R = 30.53%
G = 66.79%
B = 2.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#50AF07 (or 0x50AF07) is known color: Kelly Green. HEX triplet: 50, AF and 07. RGB value is (80,175,7). Sum of RGB (Red+Green+Blue) = 80+175+7=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF07 is #AF50F8. Grayscale: #808080. Windows color (decimal): -11489529 or 503632. OLE color: 503632.

HSL color Cylindrical-coordinate representation of color #50AF07: hue angle of 93.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50AF07 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 7 -
CMYK 0.54 0 0.96 0.31
HSL 93.93º 0.92% 0.36% -
HSV(B) 93.93º 0.96% 0.69% -
XYZ 18.68 32.38 5.47 -
YUV 127.44 60.03 94.16 -
System Red Green Blue C M Y K H S L
Decimal 80 175 7 0.54 0 0.96 0.31 93.93 0.92 0.36
Hex 50 AF 7 36 0 60 1F 5E 5C 24
Octal 120 257 7 66 0 140 37 136 134 44
Binary 1010000 10101111 111 110110 0 1100000 11111 1011110 1011100 100100

Color Harmonies of #50AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF07

Black with #50AF07

Text Example


Text Example

White with #50AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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