#50BC02

Color #50BC02 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50BC02

Tints of Kelly Green #50BC02

Color information

#50BC02 (or 0x50BC02) is unknown color: approx Kelly Green. HEX triplet: 50, BC and 02. RGB value is (80,188,2). Sum of RGB (Red+Green+Blue) = 80+188+2=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BC02 is #AF43FD. Grayscale: #878787. Windows color (decimal): -11486206 or 179280. OLE color: 179280.

HSL color Cylindrical-coordinate representation of color #50BC02: hue angle of 94.84º degrees, saturation: 0.98, 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 #50BC02 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB801882-
CMYK0.5700.990.26
HSL94.84º97.89%37.25%-
HSV(B)94.84º98.94%73.73%-
XYZ21.337.686.21-
YUV134.553.2289.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 188 (73.83% from 255) = 69.63%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=29.63%
G=69.63%
B=0.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8018820.5700.990.2694.8497.8937.25
Hex50BC2390631A5f6225
Octal12027427101433213714245
Binary10100001011110010111001011000111101010111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50BC02;
 }
 .AnyTagClassName
 {
   color: #50BC02;
 }
</style>
background-color css

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

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

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

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

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

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