Html Css Color HEX #05C930 Dark Pastel Green

📋 copy color: '#05C930'

red 5 ◦ green 201 ◦ blue 48

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

Shades of Dark Pastel Green #05C930

Tints of Dark Pastel Green #05C930

RGB

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

 GREEN value IS 201 (78.91% from 255) = 79.13%

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

R = 1.97%
G = 79.13%
B = 18.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#05C930 (or 0x05C930) is known color: Dark Pastel Green. HEX triplet: 05, C9 and 30. RGB value is (5,201,48). Sum of RGB (Red+Green+Blue) = 5+201+48=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #05C930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C930 is #FA36CF. Grayscale: #7D7D7D. Windows color (decimal): -16398032 or 3197189. OLE color: 3197189.

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

Color convert

RGB 5 201 48 -
CMYK 0.98 0 0.76 0.21
HSL 133.16º 0.95% 0.4% -
HSV(B) 133.16º 0.98% 0.79% -
XYZ 21.48 42.02 9.77 -
YUV 124.95 84.57 42.44 -
System Red Green Blue C M Y K H S L
Decimal 5 201 48 0.98 0 0.76 0.21 133.16 0.95 0.4
Hex 5 C9 30 62 0 4C 15 85 5F 28
Octal 5 311 60 142 0 114 25 205 137 50
Binary 101 11001001 110000 1100010 0 1001100 10101 10000101 1011111 101000

Color Harmonies of #05C930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C930

Black with #05C930

Text Example


Text Example

White with #05C930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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