Html Css Color HEX #05B740 Dark Pastel Green

📋 copy color: '#05B740'

red 5 ◦ green 183 ◦ blue 64

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

Shades of Dark Pastel Green #05B740

Tints of Dark Pastel Green #05B740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 72.62%

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

R = 1.98%
G = 72.62%
B = 25.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#05B740 (or 0x05B740) is known color: Dark Pastel Green. HEX triplet: 05, B7 and 40. RGB value is (5,183,64). Sum of RGB (Red+Green+Blue) = 5+183+64=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #05B740 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B740 is #FA48BF. Grayscale: #747474. Windows color (decimal): -16402624 or 4241157. OLE color: 4241157.

HSL color Cylindrical-coordinate representation of color #05B740: hue angle of 139.89º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B740 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 183 64 -
CMYK 0.97 0 0.65 0.28
HSL 139.89º 0.95% 0.37% -
HSV(B) 139.89º 0.97% 0.72% -
XYZ 17.92 34.27 10.52 -
YUV 116.21 98.53 48.68 -
System Red Green Blue C M Y K H S L
Decimal 5 183 64 0.97 0 0.65 0.28 139.89 0.95 0.37
Hex 5 B7 40 61 0 41 1C 8C 5F 25
Octal 5 267 100 141 0 101 34 214 137 45
Binary 101 10110111 1000000 1100001 0 1000001 11100 10001100 1011111 100101

Color Harmonies of #05B740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B740

Black with #05B740

Text Example


Text Example

White with #05B740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,183,64); }

 H1.HeaderClassName
 {
   color: #05B740;
 }
 .AnyTagClassName
 {
   color: #05B740;
 }
</style>

background-color css

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

 a { background-color: rgb(5,183,64); }

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

border-color css

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

 span { border-color: rgb(5,183,64); }

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