Html Css Color HEX #05DB31 Dark Pastel Green

📋 copy color: '#05DB31'

red 5 ◦ green 219 ◦ blue 49

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

Shades of Dark Pastel Green #05DB31

Tints of Dark Pastel Green #05DB31

RGB

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

 GREEN value IS 219 (85.94% from 255) = 80.22%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 1.83%
G = 80.22%
B = 17.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#05DB31 (or 0x05DB31) is known color: Dark Pastel Green. HEX triplet: 05, DB and 31. RGB value is (5,219,49). Sum of RGB (Red+Green+Blue) = 5+219+49=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB31 is #FA24CE. Grayscale: #888888. Windows color (decimal): -16393423 or 3267333. OLE color: 3267333.

HSL color Cylindrical-coordinate representation of color #05DB31: hue angle of 132.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB31 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 219 49 -
CMYK 0.98 0 0.78 0.14
HSL 132.34º 0.96% 0.44% -
HSV(B) 132.34º 0.98% 0.86% -
XYZ 25.95 50.92 11.37 -
YUV 135.63 79.1 34.82 -
System Red Green Blue C M Y K H S L
Decimal 5 219 49 0.98 0 0.78 0.14 132.34 0.96 0.44
Hex 5 DB 31 62 0 4E E 84 60 2C
Octal 5 333 61 142 0 116 16 204 140 54
Binary 101 11011011 110001 1100010 0 1001110 1110 10000100 1100000 101100

Color Harmonies of #05DB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DB31

Black with #05DB31

Text Example


Text Example

White with #05DB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,219,49); }

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

background-color css

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

 a { background-color: rgb(5,219,49); }

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

border-color css

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

 span { border-color: rgb(5,219,49); }

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