Html Css Color HEX #50BC01 Kelly Green

📋 copy color: '#50BC01'

red 80 ◦ green 188 ◦ blue 1

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

Shades of Kelly Green #50BC01

Tints of Kelly Green #50BC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 29.74%
G = 69.89%
B = 0.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#50BC01 (or 0x50BC01) is known color: Kelly Green. HEX triplet: 50, BC and 01. RGB value is (80,188,1). Sum of RGB (Red+Green+Blue) = 80+188+1=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BC01 is #AF43FE. Grayscale: #878787. Windows color (decimal): -11486207 or 113744. OLE color: 113744.

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

Color convert

RGB 80 188 1 -
CMYK 0.57 0 0.99 0.26
HSL 94.65º 0.99% 0.37% -
HSV(B) 94.65º 0.99% 0.74% -
XYZ 21.3 37.67 6.18 -
YUV 134.39 52.72 89.21 -
System Red Green Blue C M Y K H S L
Decimal 80 188 1 0.57 0 0.99 0.26 94.65 0.99 0.37
Hex 50 BC 1 39 0 63 1A 5F 63 25
Octal 120 274 1 71 0 143 32 137 143 45
Binary 1010000 10111100 1 111001 0 1100011 11010 1011111 1100011 100101

Color Harmonies of #50BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC01

Black with #50BC01

Text Example


Text Example

White with #50BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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