Html Css Color HEX #05D125 Dark Pastel Green

📋 copy color: '#05D125'

red 5 ◦ green 209 ◦ blue 37

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

Shades of Dark Pastel Green #05D125

Tints of Dark Pastel Green #05D125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 83.27%

 BLUE value IS 37 (14.84% from 255) = 14.74%

R = 1.99%
G = 83.27%
B = 14.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#05D125 (or 0x05D125) is known color: Dark Pastel Green. HEX triplet: 05, D1 and 25. RGB value is (5,209,37). Sum of RGB (Red+Green+Blue) = 5+209+37=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 209 (82.03% from 255 or 83.27% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 209 - color contains mainly: green. Hex color #05D125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D125 is #FA2EDA. Grayscale: #808080. Windows color (decimal): -16395995 or 2478341. OLE color: 2478341.

HSL color Cylindrical-coordinate representation of color #05D125: hue angle of 129.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D125 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 209 37 -
CMYK 0.98 0 0.82 0.18
HSL 129.41º 0.95% 0.42% -
HSV(B) 129.41º 0.98% 0.82% -
XYZ 23.2 45.77 9.36 -
YUV 128.4 76.41 39.99 -
System Red Green Blue C M Y K H S L
Decimal 5 209 37 0.98 0 0.82 0.18 129.41 0.95 0.42
Hex 5 D1 25 62 0 52 12 81 5F 2A
Octal 5 321 45 142 0 122 22 201 137 52
Binary 101 11010001 100101 1100010 0 1010010 10010 10000001 1011111 101010

Color Harmonies of #05D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D125

Black with #05D125

Text Example


Text Example

White with #05D125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,209,37); }

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

background-color css

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

 a { background-color: rgb(5,209,37); }

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

border-color css

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

 span { border-color: rgb(5,209,37); }

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