Html Css Color HEX #05D039 Dark Pastel Green

📋 copy color: '#05D039'

red 5 ◦ green 208 ◦ blue 57

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

Shades of Dark Pastel Green #05D039

Tints of Dark Pastel Green #05D039

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.04%

 BLUE value IS 57 (22.66% from 255) = 21.11%

R = 1.85%
G = 77.04%
B = 21.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#05D039 (or 0x05D039) is known color: Dark Pastel Green. HEX triplet: 05, D0 and 39. RGB value is (5,208,57). Sum of RGB (Red+Green+Blue) = 5+208+57=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #05D039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D039 is #FA2FC6. Grayscale: #828282. Windows color (decimal): -16396231 or 3788805. OLE color: 3788805.

HSL color Cylindrical-coordinate representation of color #05D039: hue angle of 135.37º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D039 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 208 57 -
CMYK 0.98 0 0.73 0.18
HSL 135.37º 0.95% 0.42% -
HSV(B) 135.37º 0.98% 0.82% -
XYZ 23.36 45.44 11.41 -
YUV 130.09 86.75 38.78 -
System Red Green Blue C M Y K H S L
Decimal 5 208 57 0.98 0 0.73 0.18 135.37 0.95 0.42
Hex 5 D0 39 62 0 49 12 87 5F 2A
Octal 5 320 71 142 0 111 22 207 137 52
Binary 101 11010000 111001 1100010 0 1001001 10010 10000111 1011111 101010

Color Harmonies of #05D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D039

Black with #05D039

Text Example


Text Example

White with #05D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,208,57); }

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

background-color css

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

 a { background-color: rgb(5,208,57); }

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

border-color css

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

 span { border-color: rgb(5,208,57); }

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