#50CB23

Color #50CB23 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50CB23

Tints of Kelly Green #50CB23

Color information

#50CB23 (or 0x50CB23) is unknown color: approx Kelly Green. HEX triplet: 50, CB and 23. RGB value is (80,203,35). Sum of RGB (Red+Green+Blue) = 80+203+35=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB23 is #AF34DC. Grayscale: #939393. Windows color (decimal): -11482333 or 2345808. OLE color: 2345808.

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

Color convert

RGB8020335-
CMYK0.6100.830.20
HSL103.93º70.59%46.67%-
HSV(B)103.93º82.76%79.61%-
XYZ24.9744.548.87-
YUV147.0764.7580.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 203 (79.69% from 255) = 63.84%
BLUE value IS 35 (14.06% from 255) = 11.01%
R=25.16%
G=63.84%
B=11.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203350.6100.830.20103.9370.5946.67
Hex50CB233D0531468472f
Octal120313437501232415010757
Binary101000011001011100011111101010100111010011010001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50CB23;
 }
 .AnyTagClassName
 {
   color: #50CB23;
 }
</style>
background-color css

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

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

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

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

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

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