Html Css Color HEX #05DD29 Dark Pastel Green

📋 copy color: '#05DD29'

red 5 ◦ green 221 ◦ blue 41

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

Shades of Dark Pastel Green #05DD29

Tints of Dark Pastel Green #05DD29

RGB

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

 GREEN value IS 221 (86.72% from 255) = 82.77%

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 1.87%
G = 82.77%
B = 15.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#05DD29 (or 0x05DD29) is known color: Dark Pastel Green. HEX triplet: 05, DD and 29. RGB value is (5,221,41). Sum of RGB (Red+Green+Blue) = 5+221+41=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 221 (86.72% from 255 or 82.77% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DD29 is #FA22D6. Grayscale: #888888. Windows color (decimal): -16392919 or 2743557. OLE color: 2743557.

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

Color convert

RGB 5 221 41 -
CMYK 0.98 0 0.81 0.13
HSL 130º 0.96% 0.44% -
HSV(B) 130º 0.98% 0.87% -
XYZ 26.32 51.91 10.73 -
YUV 135.9 74.44 34.64 -
System Red Green Blue C M Y K H S L
Decimal 5 221 41 0.98 0 0.81 0.13 130 0.96 0.44
Hex 5 DD 29 62 0 51 D 82 60 2C
Octal 5 335 51 142 0 121 15 202 140 54
Binary 101 11011101 101001 1100010 0 1010001 1101 10000010 1100000 101100

Color Harmonies of #05DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD29

Black with #05DD29

Text Example


Text Example

White with #05DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,221,41); }

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

background-color css

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

 a { background-color: rgb(5,221,41); }

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

border-color css

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

 span { border-color: rgb(5,221,41); }

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