Html Css Color HEX #50CA03 Kelly Green

📋 copy color: '#50CA03'

red 80 ◦ green 202 ◦ blue 3

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

Shades of Kelly Green #50CA03

Tints of Kelly Green #50CA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 28.07%
G = 70.88%
B = 1.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#50CA03 (or 0x50CA03) is known color: Kelly Green. HEX triplet: 50, CA and 03. RGB value is (80,202,3). Sum of RGB (Red+Green+Blue) = 80+202+3=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CA03 is #AF35FC. Grayscale: #8F8F8F. Windows color (decimal): -11482621 or 248400. OLE color: 248400.

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

Color convert

RGB 80 202 3 -
CMYK 0.60 0 0.99 0.21
HSL 96.78º 0.97% 0.4% -
HSV(B) 96.78º 0.99% 0.79% -
XYZ 24.45 43.95 7.28 -
YUV 142.84 49.08 83.18 -
System Red Green Blue C M Y K H S L
Decimal 80 202 3 0.60 0 0.99 0.21 96.78 0.97 0.4
Hex 50 CA 3 3C 0 63 15 61 61 28
Octal 120 312 3 74 0 143 25 141 141 50
Binary 1010000 11001010 11 111100 0 1100011 10101 1100001 1100001 101000

Color Harmonies of #50CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA03

Black with #50CA03

Text Example


Text Example

White with #50CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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