Html Css Color HEX #50BC08 Kelly Green

📋 copy color: '#50BC08'

red 80 ◦ green 188 ◦ blue 8

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

Shades of Kelly Green #50BC08

Tints of Kelly Green #50BC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.12%

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 28.99%
G = 68.12%
B = 2.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#50BC08 (or 0x50BC08) is known color: Kelly Green. HEX triplet: 50, BC and 08. RGB value is (80,188,8). Sum of RGB (Red+Green+Blue) = 80+188+8=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BC08 is #AF43F7. Grayscale: #878787. Windows color (decimal): -11486200 or 572496. OLE color: 572496.

HSL color Cylindrical-coordinate representation of color #50BC08: hue angle of 96º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50BC08 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 8 -
CMYK 0.57 0 0.96 0.26
HSL 96º 0.92% 0.38% -
HSV(B) 96º 0.96% 0.74% -
XYZ 21.34 37.69 6.38 -
YUV 135.19 56.22 88.64 -
System Red Green Blue C M Y K H S L
Decimal 80 188 8 0.57 0 0.96 0.26 96 0.92 0.38
Hex 50 BC 8 39 0 60 1A 60 5C 26
Octal 120 274 10 71 0 140 32 140 134 46
Binary 1010000 10111100 1000 111001 0 1100000 11010 1100000 1011100 100110

Color Harmonies of #50BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC08

Black with #50BC08

Text Example


Text Example

White with #50BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,8); }

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

background-color css

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

 a { background-color: rgb(80,188,8); }

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

border-color css

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

 span { border-color: rgb(80,188,8); }

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