Html Css Color HEX #05C130 Dark Pastel Green

📋 copy color: '#05C130'

red 5 ◦ green 193 ◦ blue 48

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

Shades of Dark Pastel Green #05C130

Tints of Dark Pastel Green #05C130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 2.03%
G = 78.46%
B = 19.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#05C130 (or 0x05C130) is known color: Dark Pastel Green. HEX triplet: 05, C1 and 30. RGB value is (5,193,48). Sum of RGB (Red+Green+Blue) = 5+193+48=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #05C130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C130 is #FA3ECF. Grayscale: #787878. Windows color (decimal): -16400080 or 3195141. OLE color: 3195141.

HSL color Cylindrical-coordinate representation of color #05C130: hue angle of 133.72º 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 #05C130 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 193 48 -
CMYK 0.97 0 0.75 0.24
HSL 133.72º 0.95% 0.39% -
HSV(B) 133.72º 0.97% 0.76% -
XYZ 19.67 38.39 9.17 -
YUV 120.26 87.22 45.79 -
System Red Green Blue C M Y K H S L
Decimal 5 193 48 0.97 0 0.75 0.24 133.72 0.95 0.39
Hex 5 C1 30 61 0 4B 18 86 5F 27
Octal 5 301 60 141 0 113 30 206 137 47
Binary 101 11000001 110000 1100001 0 1001011 11000 10000110 1011111 100111

Color Harmonies of #05C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C130

Black with #05C130

Text Example


Text Example

White with #05C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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