Html Css Color HEX #05C13D Dark Pastel Green

📋 copy color: '#05C13D'

red 5 ◦ green 193 ◦ blue 61

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

Shades of Dark Pastel Green #05C13D

Tints of Dark Pastel Green #05C13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 74.52%

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 1.93%
G = 74.52%
B = 23.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#05C13D (or 0x05C13D) is known color: Dark Pastel Green. HEX triplet: 05, C1 and 3D. RGB value is (5,193,61). Sum of RGB (Red+Green+Blue) = 5+193+61=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #05C13D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C13D is #FA3EC2. Grayscale: #7A7A7A. Windows color (decimal): -16400067 or 4047109. OLE color: 4047109.

HSL color Cylindrical-coordinate representation of color #05C13D: hue angle of 137.87º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C13D is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 193 61 -
CMYK 0.97 0 0.68 0.24
HSL 137.87º 0.95% 0.39% -
HSV(B) 137.87º 0.97% 0.76% -
XYZ 19.97 38.51 10.8 -
YUV 121.74 93.72 44.73 -
System Red Green Blue C M Y K H S L
Decimal 5 193 61 0.97 0 0.68 0.24 137.87 0.95 0.39
Hex 5 C1 3D 61 0 44 18 8A 5F 27
Octal 5 301 75 141 0 104 30 212 137 47
Binary 101 11000001 111101 1100001 0 1000100 11000 10001010 1011111 100111

Color Harmonies of #05C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C13D

Black with #05C13D

Text Example


Text Example

White with #05C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,193,61); }

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

background-color css

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

 a { background-color: rgb(5,193,61); }

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

border-color css

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

 span { border-color: rgb(5,193,61); }

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