Html Css Color HEX #05D52D Dark Pastel Green

📋 copy color: '#05D52D'

red 5 ◦ green 213 ◦ blue 45

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

Shades of Dark Pastel Green #05D52D

Tints of Dark Pastel Green #05D52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.99%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 1.9%
G = 80.99%
B = 17.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#05D52D (or 0x05D52D) is known color: Dark Pastel Green. HEX triplet: 05, D5 and 2D. RGB value is (5,213,45). Sum of RGB (Red+Green+Blue) = 5+213+45=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #05D52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D52D is #FA2AD2. Grayscale: #848484. Windows color (decimal): -16394963 or 3003653. OLE color: 3003653.

HSL color Cylindrical-coordinate representation of color #05D52D: hue angle of 131.54º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D52D is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 213 45 -
CMYK 0.98 0 0.79 0.16
HSL 131.54º 0.95% 0.43% -
HSV(B) 131.54º 0.98% 0.84% -
XYZ 24.33 47.81 10.43 -
YUV 131.66 79.09 37.66 -
System Red Green Blue C M Y K H S L
Decimal 5 213 45 0.98 0 0.79 0.16 131.54 0.95 0.43
Hex 5 D5 2D 62 0 4F 10 84 5F 2B
Octal 5 325 55 142 0 117 20 204 137 53
Binary 101 11010101 101101 1100010 0 1001111 10000 10000100 1011111 101011

Color Harmonies of #05D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D52D

Black with #05D52D

Text Example


Text Example

White with #05D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,213,45); }

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

background-color css

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

 a { background-color: rgb(5,213,45); }

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

border-color css

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

 span { border-color: rgb(5,213,45); }

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