Html Css Color HEX #50CA25 Kelly Green

📋 copy color: '#50CA25'

red 80 ◦ green 202 ◦ blue 37

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

Shades of Kelly Green #50CA25

Tints of Kelly Green #50CA25

RGB

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

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

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

R = 25.08%
G = 63.32%
B = 11.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#50CA25 (or 0x50CA25) is known color: Kelly Green. HEX triplet: 50, CA and 25. RGB value is (80,202,37). Sum of RGB (Red+Green+Blue) = 80+202+37=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA25 is #AF35DA. Grayscale: #939393. Windows color (decimal): -11482587 or 2476624. OLE color: 2476624.

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

Color convert

RGB 80 202 37 -
CMYK 0.60 0 0.82 0.21
HSL 104.36º 0.69% 0.47% -
HSV(B) 104.36º 0.82% 0.79% -
XYZ 24.76 44.08 8.95 -
YUV 146.71 66.08 80.42 -
System Red Green Blue C M Y K H S L
Decimal 80 202 37 0.60 0 0.82 0.21 104.36 0.69 0.47
Hex 50 CA 25 3C 0 52 15 68 45 2F
Octal 120 312 45 74 0 122 25 150 105 57
Binary 1010000 11001010 100101 111100 0 1010010 10101 1101000 1000101 101111

Color Harmonies of #50CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA25

Black with #50CA25

Text Example


Text Example

White with #50CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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