Html Css Color HEX #50AF0D Kelly Green

📋 copy color: '#50AF0D'

red 80 ◦ green 175 ◦ blue 13

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

Shades of Kelly Green #50AF0D

Tints of Kelly Green #50AF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 29.85%
G = 65.3%
B = 4.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#50AF0D (or 0x50AF0D) is known color: Kelly Green. HEX triplet: 50, AF and 0D. RGB value is (80,175,13). Sum of RGB (Red+Green+Blue) = 80+175+13=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF0D is #AF50F2. Grayscale: #808080. Windows color (decimal): -11489523 or 896848. OLE color: 896848.

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

Color convert

RGB 80 175 13 -
CMYK 0.54 0 0.93 0.31
HSL 95.19º 0.86% 0.37% -
HSV(B) 95.19º 0.93% 0.69% -
XYZ 18.71 32.39 5.65 -
YUV 128.13 63.03 93.67 -
System Red Green Blue C M Y K H S L
Decimal 80 175 13 0.54 0 0.93 0.31 95.19 0.86 0.37
Hex 50 AF D 36 0 5D 1F 5F 56 25
Octal 120 257 15 66 0 135 37 137 126 45
Binary 1010000 10101111 1101 110110 0 1011101 11111 1011111 1010110 100101

Color Harmonies of #50AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF0D

Black with #50AF0D

Text Example


Text Example

White with #50AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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