Html Css Color HEX #5FDC2D Kelly Green

📋 copy color: '#5FDC2D'

red 95 ◦ green 220 ◦ blue 45

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

Shades of Kelly Green #5FDC2D

Tints of Kelly Green #5FDC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 26.39%
G = 61.11%
B = 12.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#5FDC2D (or 0x5FDC2D) is known color: Kelly Green. HEX triplet: 5F, DC and 2D. RGB value is (95,220,45). Sum of RGB (Red+Green+Blue) = 95+220+45=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC2D is #A023D2. Grayscale: #A3A3A3. Windows color (decimal): -10494931 or 3005535. OLE color: 3005535.

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

Color convert

RGB 95 220 45 -
CMYK 0.57 0 0.80 0.14
HSL 102.86º 0.71% 0.52% -
HSV(B) 102.86º 0.8% 0.86% -
XYZ 30.79 53.81 11.25 -
YUV 162.68 61.59 79.73 -
System Red Green Blue C M Y K H S L
Decimal 95 220 45 0.57 0 0.80 0.14 102.86 0.71 0.52
Hex 5F DC 2D 39 0 50 E 67 47 34
Octal 137 334 55 71 0 120 16 147 107 64
Binary 1011111 11011100 101101 111001 0 1010000 1110 1100111 1000111 110100

Color Harmonies of #5FDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC2D

Black with #5FDC2D

Text Example


Text Example

White with #5FDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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