Html Css Color HEX #50BF02 Kelly Green

📋 copy color: '#50BF02'

red 80 ◦ green 191 ◦ blue 2

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

Shades of Kelly Green #50BF02

Tints of Kelly Green #50BF02

RGB

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

 GREEN value IS 191 (75% from 255) = 69.96%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 29.3%
G = 69.96%
B = 0.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#50BF02 (or 0x50BF02) is known color: Kelly Green. HEX triplet: 50, BF and 02. RGB value is (80,191,2). Sum of RGB (Red+Green+Blue) = 80+191+2=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BF02 is #AF40FD. Grayscale: #888888. Windows color (decimal): -11485438 or 180048. OLE color: 180048.

HSL color Cylindrical-coordinate representation of color #50BF02: hue angle of 95.24º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50BF02 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 2 -
CMYK 0.58 0 0.99 0.25
HSL 95.24º 0.98% 0.38% -
HSV(B) 95.24º 0.99% 0.75% -
XYZ 21.95 38.97 6.42 -
YUV 136.27 52.23 87.87 -
System Red Green Blue C M Y K H S L
Decimal 80 191 2 0.58 0 0.99 0.25 95.24 0.98 0.38
Hex 50 BF 2 3A 0 63 19 5F 62 26
Octal 120 277 2 72 0 143 31 137 142 46
Binary 1010000 10111111 10 111010 0 1100011 11001 1011111 1100010 100110

Color Harmonies of #50BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF02

Black with #50BF02

Text Example


Text Example

White with #50BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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