Html Css Color HEX #50CE2B Kelly Green

📋 copy color: '#50CE2B'

red 80 ◦ green 206 ◦ blue 43

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

Shades of Kelly Green #50CE2B

Tints of Kelly Green #50CE2B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.61%

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

R = 24.32%
G = 62.61%
B = 13.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#50CE2B (or 0x50CE2B) is known color: Kelly Green. HEX triplet: 50, CE and 2B. RGB value is (80,206,43). Sum of RGB (Red+Green+Blue) = 80+206+43=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE2B is #AF31D4. Grayscale: #969696. Windows color (decimal): -11481557 or 2870864. OLE color: 2870864.

HSL color Cylindrical-coordinate representation of color #50CE2B: hue angle of 106.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50CE2B is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 43 -
CMYK 0.61 0 0.79 0.19
HSL 106.38º 0.65% 0.49% -
HSV(B) 106.38º 0.79% 0.81% -
XYZ 25.82 46.02 9.81 -
YUV 149.74 67.76 78.25 -
System Red Green Blue C M Y K H S L
Decimal 80 206 43 0.61 0 0.79 0.19 106.38 0.65 0.49
Hex 50 CE 2B 3D 0 4F 13 6A 41 31
Octal 120 316 53 75 0 117 23 152 101 61
Binary 1010000 11001110 101011 111101 0 1001111 10011 1101010 1000001 110001

Color Harmonies of #50CE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE2B

Black with #50CE2B

Text Example


Text Example

White with #50CE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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