Html Css Color HEX #05DD30 Dark Pastel Green

📋 copy color: '#05DD30'

red 5 ◦ green 221 ◦ blue 48

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

Shades of Dark Pastel Green #05DD30

Tints of Dark Pastel Green #05DD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 1.82%
G = 80.66%
B = 17.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#05DD30 (or 0x05DD30) is known color: Dark Pastel Green. HEX triplet: 05, DD and 30. RGB value is (5,221,48). Sum of RGB (Red+Green+Blue) = 5+221+48=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DD30 is #FA22CF. Grayscale: #898989. Windows color (decimal): -16392912 or 3202309. OLE color: 3202309.

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

Color convert

RGB 5 221 48 -
CMYK 0.98 0 0.78 0.13
HSL 131.94º 0.96% 0.44% -
HSV(B) 131.94º 0.98% 0.87% -
XYZ 26.45 51.96 11.43 -
YUV 136.69 77.94 34.07 -
System Red Green Blue C M Y K H S L
Decimal 5 221 48 0.98 0 0.78 0.13 131.94 0.96 0.44
Hex 5 DD 30 62 0 4E D 84 60 2C
Octal 5 335 60 142 0 116 15 204 140 54
Binary 101 11011101 110000 1100010 0 1001110 1101 10000100 1100000 101100

Color Harmonies of #05DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD30

Black with #05DD30

Text Example


Text Example

White with #05DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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