Html Css Color HEX #50BC25 Kelly Green

📋 copy color: '#50BC25'

red 80 ◦ green 188 ◦ blue 37

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

Shades of Kelly Green #50BC25

Tints of Kelly Green #50BC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 26.23%
G = 61.64%
B = 12.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#50BC25 (or 0x50BC25) is known color: Kelly Green. HEX triplet: 50, BC and 25. RGB value is (80,188,37). Sum of RGB (Red+Green+Blue) = 80+188+37=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC25 is #AF43DA. Grayscale: #8A8A8A. Windows color (decimal): -11486171 or 2473040. OLE color: 2473040.

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

Color convert

RGB 80 188 37 -
CMYK 0.57 0 0.80 0.26
HSL 102.91º 0.67% 0.44% -
HSV(B) 102.91º 0.8% 0.74% -
XYZ 21.63 37.81 7.91 -
YUV 138.49 70.72 86.28 -
System Red Green Blue C M Y K H S L
Decimal 80 188 37 0.57 0 0.80 0.26 102.91 0.67 0.44
Hex 50 BC 25 39 0 50 1A 67 43 2C
Octal 120 274 45 71 0 120 32 147 103 54
Binary 1010000 10111100 100101 111001 0 1010000 11010 1100111 1000011 101100

Color Harmonies of #50BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC25

Black with #50BC25

Text Example


Text Example

White with #50BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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