Html Css Color HEX #50CF05 Kelly Green

📋 copy color: '#50CF05'

red 80 ◦ green 207 ◦ blue 5

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

Shades of Kelly Green #50CF05

Tints of Kelly Green #50CF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 27.4%
G = 70.89%
B = 1.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#50CF05 (or 0x50CF05) is known color: Kelly Green. HEX triplet: 50, CF and 05. RGB value is (80,207,5). Sum of RGB (Red+Green+Blue) = 80+207+5=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CF05 is #AF30FA. Grayscale: #929292. Windows color (decimal): -11481339 or 380752. OLE color: 380752.

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

Color convert

RGB 80 207 5 -
CMYK 0.61 0 0.98 0.19
HSL 97.72º 0.95% 0.42% -
HSV(B) 97.72º 0.98% 0.81% -
XYZ 25.65 46.34 7.74 -
YUV 146 48.42 80.93 -
System Red Green Blue C M Y K H S L
Decimal 80 207 5 0.61 0 0.98 0.19 97.72 0.95 0.42
Hex 50 CF 5 3D 0 62 13 62 5F 2A
Octal 120 317 5 75 0 142 23 142 137 52
Binary 1010000 11001111 101 111101 0 1100010 10011 1100010 1011111 101010

Color Harmonies of #50CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF05

Black with #50CF05

Text Example


Text Example

White with #50CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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