#05B04D

Color #05B04D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #05B04D

Tints of Pigment Green #05B04D

Color information

#05B04D (or 0x05B04D) is unknown color: approx Pigment Green. HEX triplet: 05, B0 and 4D. RGB value is (5,176,77). Sum of RGB (Red+Green+Blue) = 5+176+77=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 176 (69.14% from 255 or 68.22% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 176 - color contains mainly: green. Hex color #05B04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B04D is #FA4FB2. Grayscale: #717171. Windows color (decimal): -16404403 or 5091333. OLE color: 5091333.

HSL color Cylindrical-coordinate representation of color #05B04D: hue angle of 145.26º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B04D is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB517677-
CMYK0.9700.560.31
HSL145.26º94.48%35.49%-
HSV(B)145.26º97.16%69.02%-
XYZ16.9331.6212.23-
YUV113.58107.3550.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.94%
GREEN value IS 176 (69.14% from 255) = 68.22%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=1.94%
G=68.22%
B=29.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5176770.9700.560.31145.2694.4835.49
Hex5B04D610381F915e23
Octal52601151410703722113643
Binary1011011000010011011100001011100011111100100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B04D; }

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

 H1.HeaderClassName
 {
   color: #05B04D;
 }
 .AnyTagClassName
 {
   color: #05B04D;
 }
</style>
background-color css

<style>
 a { background-color: #05B04D; }

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

 div.DivClassName
 {
   background-color: #05B04D;
 }
 .BgClassName
 {
   background-color: #05B04D;
 }
</style>
border-color css

<style>
 span { border-color: #05B04D; }

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

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