Html Css Color HEX #05C42D Dark Pastel Green

📋 copy color: '#05C42D'

red 5 ◦ green 196 ◦ blue 45

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

Shades of Dark Pastel Green #05C42D

Tints of Dark Pastel Green #05C42D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 79.67%

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

R = 2.03%
G = 79.67%
B = 18.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#05C42D (or 0x05C42D) is known color: Dark Pastel Green. HEX triplet: 05, C4 and 2D. RGB value is (5,196,45). Sum of RGB (Red+Green+Blue) = 5+196+45=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 196 (76.95% from 255 or 79.67% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 196 - color contains mainly: green. Hex color #05C42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C42D is #FA3BD2. Grayscale: #7A7A7A. Windows color (decimal): -16399315 or 2999301. OLE color: 2999301.

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

Color convert

RGB 5 196 45 -
CMYK 0.97 0 0.77 0.23
HSL 132.57º 0.95% 0.39% -
HSV(B) 132.57º 0.97% 0.77% -
XYZ 20.28 39.7 9.08 -
YUV 121.68 84.72 44.78 -
System Red Green Blue C M Y K H S L
Decimal 5 196 45 0.97 0 0.77 0.23 132.57 0.95 0.39
Hex 5 C4 2D 61 0 4D 17 85 5F 27
Octal 5 304 55 141 0 115 27 205 137 47
Binary 101 11000100 101101 1100001 0 1001101 10111 10000101 1011111 100111

Color Harmonies of #05C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C42D

Black with #05C42D

Text Example


Text Example

White with #05C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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