Html Css Color HEX #50BA02 Kelly Green

📋 copy color: '#50BA02'

red 80 ◦ green 186 ◦ blue 2

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

Shades of Kelly Green #50BA02

Tints of Kelly Green #50BA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.4%

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

R = 29.85%
G = 69.4%
B = 0.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#50BA02 (or 0x50BA02) is known color: Kelly Green. HEX triplet: 50, BA and 02. RGB value is (80,186,2). Sum of RGB (Red+Green+Blue) = 80+186+2=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA02 is #AF45FD. Grayscale: #858585. Windows color (decimal): -11486718 or 178768. OLE color: 178768.

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

Color convert

RGB 80 186 2 -
CMYK 0.57 0 0.99 0.27
HSL 94.57º 0.98% 0.37% -
HSV(B) 94.57º 0.99% 0.73% -
XYZ 20.88 36.83 6.07 -
YUV 133.33 53.88 89.96 -
System Red Green Blue C M Y K H S L
Decimal 80 186 2 0.57 0 0.99 0.27 94.57 0.98 0.37
Hex 50 BA 2 39 0 63 1B 5F 62 25
Octal 120 272 2 71 0 143 33 137 142 45
Binary 1010000 10111010 10 111001 0 1100011 11011 1011111 1100010 100101

Color Harmonies of #50BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA02

Black with #50BA02

Text Example


Text Example

White with #50BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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