Html Css Color HEX #5FDC1E Kelly Green

📋 copy color: '#5FDC1E'

red 95 ◦ green 220 ◦ blue 30

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

Shades of Kelly Green #5FDC1E

Tints of Kelly Green #5FDC1E

RGB

 RED value IS 95 (37.5% from 255) = 27.54%

 GREEN value IS 220 (86.33% from 255) = 63.77%

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 27.54%
G = 63.77%
B = 8.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#5FDC1E (or 0x5FDC1E) is known color: Kelly Green. HEX triplet: 5F, DC and 1E. RGB value is (95,220,30). Sum of RGB (Red+Green+Blue) = 95+220+30=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC1E is #A023E1. Grayscale: #A1A1A1. Windows color (decimal): -10494946 or 2022495. OLE color: 2022495.

HSL color Cylindrical-coordinate representation of color #5FDC1E: hue angle of 99.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FDC1E is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 30 -
CMYK 0.57 0 0.86 0.14
HSL 99.47º 0.76% 0.49% -
HSV(B) 99.47º 0.86% 0.86% -
XYZ 30.55 53.71 9.99 -
YUV 160.97 54.09 80.95 -
System Red Green Blue C M Y K H S L
Decimal 95 220 30 0.57 0 0.86 0.14 99.47 0.76 0.49
Hex 5F DC 1E 39 0 56 E 63 4C 31
Octal 137 334 36 71 0 126 16 143 114 61
Binary 1011111 11011100 11110 111001 0 1010110 1110 1100011 1001100 110001

Color Harmonies of #5FDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC1E

Black with #5FDC1E

Text Example


Text Example

White with #5FDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FDC1E; }

 p { color: rgb(95,220,30); }

 H1.HeaderClassName
 {
   color: #5FDC1E;
 }
 .AnyTagClassName
 {
   color: #5FDC1E;
 }
</style>

background-color css

<style>
 a { background-color: #5FDC1E; }

 a { background-color: rgb(95,220,30); }

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

border-color css

<style>
 span { border-color: #5FDC1E; }

 span { border-color: rgb(95,220,30); }

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