Html Css Color HEX #50CF2F Kelly Green

📋 copy color: '#50CF2F'

red 80 ◦ green 207 ◦ blue 47

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

Shades of Kelly Green #50CF2F

Tints of Kelly Green #50CF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.98%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 23.95%
G = 61.98%
B = 14.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#50CF2F (or 0x50CF2F) is known color: Kelly Green. HEX triplet: 50, CF and 2F. RGB value is (80,207,47). Sum of RGB (Red+Green+Blue) = 80+207+47=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF2F is #AF30D0. Grayscale: #979797. Windows color (decimal): -11481297 or 3133264. OLE color: 3133264.

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

Color convert

RGB 80 207 47 -
CMYK 0.61 0 0.77 0.19
HSL 107.63º 0.63% 0.5% -
HSV(B) 107.63º 0.77% 0.81% -
XYZ 26.13 46.54 10.29 -
YUV 150.79 69.42 77.51 -
System Red Green Blue C M Y K H S L
Decimal 80 207 47 0.61 0 0.77 0.19 107.63 0.63 0.5
Hex 50 CF 2F 3D 0 4D 13 6C 3F 32
Octal 120 317 57 75 0 115 23 154 77 62
Binary 1010000 11001111 101111 111101 0 1001101 10011 1101100 111111 110010

Color Harmonies of #50CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF2F

Black with #50CF2F

Text Example


Text Example

White with #50CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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