Html Css Color HEX #05D03F Dark Pastel Green

📋 copy color: '#05D03F'

red 5 ◦ green 208 ◦ blue 63

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

Shades of Dark Pastel Green #05D03F

Tints of Dark Pastel Green #05D03F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.36%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 1.81%
G = 75.36%
B = 22.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#05D03F (or 0x05D03F) is known color: Dark Pastel Green. HEX triplet: 05, D0 and 3F. RGB value is (5,208,63). Sum of RGB (Red+Green+Blue) = 5+208+63=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #05D03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D03F is #FA2FC0. Grayscale: #838383. Windows color (decimal): -16396225 or 4182021. OLE color: 4182021.

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

Color convert

RGB 5 208 63 -
CMYK 0.98 0 0.70 0.18
HSL 137.14º 0.95% 0.42% -
HSV(B) 137.14º 0.98% 0.82% -
XYZ 23.52 45.5 12.25 -
YUV 130.77 89.75 38.29 -
System Red Green Blue C M Y K H S L
Decimal 5 208 63 0.98 0 0.70 0.18 137.14 0.95 0.42
Hex 5 D0 3F 62 0 46 12 89 5F 2A
Octal 5 320 77 142 0 106 22 211 137 52
Binary 101 11010000 111111 1100010 0 1000110 10010 10001001 1011111 101010

Color Harmonies of #05D03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D03F

Black with #05D03F

Text Example


Text Example

White with #05D03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,208,63); }

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

background-color css

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

 a { background-color: rgb(5,208,63); }

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

border-color css

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

 span { border-color: rgb(5,208,63); }

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