Html Css Color HEX #50CA00 Kelly Green

📋 copy color: '#50CA00'

red 80 ◦ green 202 ◦ blue 0

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

Shades of Kelly Green #50CA00

Tints of Kelly Green #50CA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 71.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.37%
G = 71.63%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#50CA00 (or 0x50CA00) is known color: Kelly Green. HEX triplet: 50, CA and 00. RGB value is (80,202,0). Sum of RGB (Red+Green+Blue) = 80+202+0=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CA00 is #AF35FF. Grayscale: #8F8F8F. Windows color (decimal): -11482624 or 51792. OLE color: 51792.

HSL color Cylindrical-coordinate representation of color #50CA00: hue angle of 96.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50CA00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 0 -
CMYK 0.60 0 1 0.21
HSL 96.24º 1% 0.4% -
HSV(B) 96.24º 1% 0.79% -
XYZ 24.43 43.95 7.2 -
YUV 142.49 47.58 83.43 -
System Red Green Blue C M Y K H S L
Decimal 80 202 0 0.60 0 1 0.21 96.24 1 0.4
Hex 50 CA 0 3C 0 64 15 60 64 28
Octal 120 312 0 74 0 144 25 140 144 50
Binary 1010000 11001010 0 111100 0 1100100 10101 1100000 1100100 101000

Color Harmonies of #50CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA00

Black with #50CA00

Text Example


Text Example

White with #50CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,0); }

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

background-color css

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

 a { background-color: rgb(80,202,0); }

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

border-color css

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

 span { border-color: rgb(80,202,0); }

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