Html Css Color HEX #05DB36 Dark Pastel Green

📋 copy color: '#05DB36'

red 5 ◦ green 219 ◦ blue 54

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

Shades of Dark Pastel Green #05DB36

Tints of Dark Pastel Green #05DB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 1.8%
G = 78.78%
B = 19.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#05DB36 (or 0x05DB36) is known color: Dark Pastel Green. HEX triplet: 05, DB and 36. RGB value is (5,219,54). Sum of RGB (Red+Green+Blue) = 5+219+54=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 219 (85.94% from 255 or 78.78% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB36 is #FA24C9. Grayscale: #888888. Windows color (decimal): -16393418 or 3595013. OLE color: 3595013.

HSL color Cylindrical-coordinate representation of color #05DB36: hue angle of 133.74º 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 #05DB36 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 219 54 -
CMYK 0.98 0 0.75 0.14
HSL 133.74º 0.96% 0.44% -
HSV(B) 133.74º 0.98% 0.86% -
XYZ 26.06 50.96 11.95 -
YUV 136.2 81.6 34.42 -
System Red Green Blue C M Y K H S L
Decimal 5 219 54 0.98 0 0.75 0.14 133.74 0.96 0.44
Hex 5 DB 36 62 0 4B E 86 60 2C
Octal 5 333 66 142 0 113 16 206 140 54
Binary 101 11011011 110110 1100010 0 1001011 1110 10000110 1100000 101100

Color Harmonies of #05DB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DB36

Black with #05DB36

Text Example


Text Example

White with #05DB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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