Html Css Color HEX #05984D Pigment Green

📋 copy color: '#05984D'

red 5 ◦ green 152 ◦ blue 77

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

Shades of Pigment Green #05984D

Tints of Pigment Green #05984D

RGB

 RED value IS 5 (2.34% from 255) = 2.14%

 GREEN value IS 152 (59.77% from 255) = 64.96%

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 2.14%
G = 64.96%
B = 32.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#05984D (or 0x05984D) is known color: Pigment Green. HEX triplet: 05, 98 and 4D. RGB value is (5,152,77). Sum of RGB (Red+Green+Blue) = 5+152+77=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #05984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05984D is #FA67B2. Grayscale: #636363. Windows color (decimal): -16410547 or 5085189. OLE color: 5085189.

HSL color Cylindrical-coordinate representation of color #05984D: hue angle of 149.39º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05984D is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 152 77 -
CMYK 0.97 0 0.49 0.40
HSL 149.39º 0.94% 0.31% -
HSV(B) 149.39º 0.97% 0.6% -
XYZ 12.63 23.02 10.8 -
YUV 99.5 115.3 60.6 -
System Red Green Blue C M Y K H S L
Decimal 5 152 77 0.97 0 0.49 0.40 149.39 0.94 0.31
Hex 5 98 4D 61 0 31 28 95 5E 1F
Octal 5 230 115 141 0 61 50 225 136 37
Binary 101 10011000 1001101 1100001 0 110001 101000 10010101 1011110 11111

Color Harmonies of #05984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05984D

Black with #05984D

Text Example


Text Example

White with #05984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05984D; }

 p { color: rgb(5,152,77); }

 H1.HeaderClassName
 {
   color: #05984D;
 }
 .AnyTagClassName
 {
   color: #05984D;
 }
</style>

background-color css

<style>
 a { background-color: #05984D; }

 a { background-color: rgb(5,152,77); }

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

border-color css

<style>
 span { border-color: #05984D; }

 span { border-color: rgb(5,152,77); }

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