Html Css Color HEX #50CB2B Kelly Green

📋 copy color: '#50CB2B'

red 80 ◦ green 203 ◦ blue 43

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

Shades of Kelly Green #50CB2B

Tints of Kelly Green #50CB2B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.27%

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

R = 24.54%
G = 62.27%
B = 13.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#50CB2B (or 0x50CB2B) is known color: Kelly Green. HEX triplet: 50, CB and 2B. RGB value is (80,203,43). Sum of RGB (Red+Green+Blue) = 80+203+43=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB2B is #AF34D4. Grayscale: #949494. Windows color (decimal): -11482325 or 2870096. OLE color: 2870096.

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

Color convert

RGB 80 203 43 -
CMYK 0.61 0 0.79 0.20
HSL 106.13º 0.65% 0.48% -
HSV(B) 106.13º 0.79% 0.8% -
XYZ 25.1 44.59 9.57 -
YUV 147.98 68.75 79.51 -
System Red Green Blue C M Y K H S L
Decimal 80 203 43 0.61 0 0.79 0.20 106.13 0.65 0.48
Hex 50 CB 2B 3D 0 4F 14 6A 41 30
Octal 120 313 53 75 0 117 24 152 101 60
Binary 1010000 11001011 101011 111101 0 1001111 10100 1101010 1000001 110000

Color Harmonies of #50CB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB2B

Black with #50CB2B

Text Example


Text Example

White with #50CB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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