Html Css Color HEX #05DD28 Dark Pastel Green

📋 copy color: '#05DD28'

red 5 ◦ green 221 ◦ blue 40

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

Shades of Dark Pastel Green #05DD28

Tints of Dark Pastel Green #05DD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 1.88%
G = 83.08%
B = 15.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#05DD28 (or 0x05DD28) is known color: Dark Pastel Green. HEX triplet: 05, DD and 28. RGB value is (5,221,40). Sum of RGB (Red+Green+Blue) = 5+221+40=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 221 (86.72% from 255 or 83.08% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DD28 is #FA22D7. Grayscale: #888888. Windows color (decimal): -16392920 or 2678021. OLE color: 2678021.

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

Color convert

RGB 5 221 40 -
CMYK 0.98 0 0.82 0.13
HSL 129.72º 0.96% 0.44% -
HSV(B) 129.72º 0.98% 0.87% -
XYZ 26.3 51.9 10.64 -
YUV 135.78 73.94 34.72 -
System Red Green Blue C M Y K H S L
Decimal 5 221 40 0.98 0 0.82 0.13 129.72 0.96 0.44
Hex 5 DD 28 62 0 52 D 82 60 2C
Octal 5 335 50 142 0 122 15 202 140 54
Binary 101 11011101 101000 1100010 0 1010010 1101 10000010 1100000 101100

Color Harmonies of #05DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD28

Black with #05DD28

Text Example


Text Example

White with #05DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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