Html Css Color HEX #5F8E40 Dingley

📋 copy color: '#5F8E40'

red 95 ◦ green 142 ◦ blue 64

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

Shades of Dingley #5F8E40

Tints of Dingley #5F8E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.18%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 31.56%
G = 47.18%
B = 21.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#5F8E40 (or 0x5F8E40) is known color: Dingley. HEX triplet: 5F, 8E and 40. RGB value is (95,142,64). Sum of RGB (Red+Green+Blue) = 95+142+64=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8E40 is #A071BF. Grayscale: #777777. Windows color (decimal): -10514880 or 4230751. OLE color: 4230751.

HSL color Cylindrical-coordinate representation of color #5F8E40: hue angle of 96.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F8E40 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 142 64 -
CMYK 0.33 0 0.55 0.44
HSL 96.15º 0.38% 0.4% -
HSV(B) 96.15º 0.55% 0.56% -
XYZ 15.32 22.15 8.32 -
YUV 119.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 95 142 64 0.33 0 0.55 0.44 96.15 0.38 0.4
Hex 5F 8E 40 21 0 37 2C 60 26 28
Octal 137 216 100 41 0 67 54 140 46 50
Binary 1011111 10001110 1000000 100001 0 110111 101100 1100000 100110 101000

Color Harmonies of #5F8E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8E40

Black with #5F8E40

Text Example


Text Example

White with #5F8E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,142,64); }

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

background-color css

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

 a { background-color: rgb(95,142,64); }

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

border-color css

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

 span { border-color: rgb(95,142,64); }

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