Html Css Color HEX #05C81D Dark Pastel Green

📋 copy color: '#05C81D'

red 5 ◦ green 200 ◦ blue 29

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

Shades of Dark Pastel Green #05C81D

Tints of Dark Pastel Green #05C81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 85.47%

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 2.14%
G = 85.47%
B = 12.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#05C81D (or 0x05C81D) is known color: Dark Pastel Green. HEX triplet: 05, C8 and 1D. RGB value is (5,200,29). Sum of RGB (Red+Green+Blue) = 5+200+29=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 200 (78.52% from 255 or 85.47% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 200 - color contains mainly: green. Hex color #05C81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C81D is #FA37E2. Grayscale: #7A7A7A. Windows color (decimal): -16398307 or 1951749. OLE color: 1951749.

HSL color Cylindrical-coordinate representation of color #05C81D: hue angle of 127.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C81D is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 200 29 -
CMYK 0.98 0 0.86 0.22
HSL 127.38º 0.95% 0.4% -
HSV(B) 127.38º 0.98% 0.78% -
XYZ 20.94 41.43 8.06 -
YUV 122.2 75.4 44.4 -
System Red Green Blue C M Y K H S L
Decimal 5 200 29 0.98 0 0.86 0.22 127.38 0.95 0.4
Hex 5 C8 1D 62 0 56 16 7F 5F 28
Octal 5 310 35 142 0 126 26 177 137 50
Binary 101 11001000 11101 1100010 0 1010110 10110 1111111 1011111 101000

Color Harmonies of #05C81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C81D

Black with #05C81D

Text Example


Text Example

White with #05C81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,200,29); }

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

background-color css

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

 a { background-color: rgb(5,200,29); }

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

border-color css

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

 span { border-color: rgb(5,200,29); }

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