Html Css Color HEX #50C02B Kelly Green

📋 copy color: '#50C02B'

red 80 ◦ green 192 ◦ blue 43

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

Shades of Kelly Green #50C02B

Tints of Kelly Green #50C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.95%

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 25.4%
G = 60.95%
B = 13.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#50C02B (or 0x50C02B) is known color: Kelly Green. HEX triplet: 50, C0 and 2B. RGB value is (80,192,43). Sum of RGB (Red+Green+Blue) = 80+192+43=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #50C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C02B is #AF3FD4. Grayscale: #8E8E8E. Windows color (decimal): -11485141 or 2867280. OLE color: 2867280.

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

Color convert

RGB 80 192 43 -
CMYK 0.58 0 0.78 0.25
HSL 105.1º 0.63% 0.46% -
HSV(B) 105.1º 0.78% 0.75% -
XYZ 22.59 39.58 8.73 -
YUV 141.53 72.39 84.12 -
System Red Green Blue C M Y K H S L
Decimal 80 192 43 0.58 0 0.78 0.25 105.1 0.63 0.46
Hex 50 C0 2B 3A 0 4E 19 69 3F 2E
Octal 120 300 53 72 0 116 31 151 77 56
Binary 1010000 11000000 101011 111010 0 1001110 11001 1101001 111111 101110

Color Harmonies of #50C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C02B

Black with #50C02B

Text Example


Text Example

White with #50C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,43); }

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

background-color css

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

 a { background-color: rgb(80,192,43); }

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

border-color css

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

 span { border-color: rgb(80,192,43); }

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