#50cf22

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

Shades of Kelly Green #50CF22

Tints of Kelly Green #50CF22

Color information

#50CF22 (or 0x50CF22) is unknown color: approx Kelly Green. HEX triplet: 50, CF and 22. RGB value is (80,207,34). Sum of RGB (Red+Green+Blue) = 80+207+34=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF22 is #AF30DD. Grayscale: #959595. Windows color (decimal): -11481310 or 2281296. OLE color: 2281296.

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

Color convert

RGB8020734-
CMYK0.6100.840.19
HSL104.05º71.78%47.25%-
HSV(B)104.05º83.57%81.18%-
XYZ25.9146.459.11-
YUV149.362.9278.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 207 (81.25% from 255) = 64.49%
BLUE value IS 34 (13.67% from 255) = 10.59%
R=24.92%
G=64.49%
B=10.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal80207340.6100.840.19104.0571.7847.25
Hex50CF223D0541368482f
Octal120317427501242315011057
Binary101000011001111100010111101010101001001111010001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50cf22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,207,34); }

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

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

 a { background-color: rgb(80,207,34); }

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

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

 span { border-color: rgb(80,207,34); }

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