Html Css Color HEX #50CF22 Kelly Green

📋 copy color: '#50CF22'

red 80 ◦ green 207 ◦ blue 34

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

Shades of Kelly Green #50CF22

Tints of Kelly Green #50CF22

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 value IS 0.61

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#50CF22 (or 0x50CF22) is known color: 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

RGB 80 207 34 -
CMYK 0.61 0 0.84 0.19
HSL 104.05º 0.72% 0.47% -
HSV(B) 104.05º 0.84% 0.81% -
XYZ 25.91 46.45 9.11 -
YUV 149.31 62.92 78.57 -
System Red Green Blue C M Y K H S L
Decimal 80 207 34 0.61 0 0.84 0.19 104.05 0.72 0.47
Hex 50 CF 22 3D 0 54 13 68 48 2F
Octal 120 317 42 75 0 124 23 150 110 57
Binary 1010000 11001111 100010 111101 0 1010100 10011 1101000 1001000 101111

Color Harmonies of #50CF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF22

Black with #50CF22

Text Example


Text Example

White with #50CF22

Text Example


Text Example

HTML Codes & Css Web 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>