Html Css Color HEX #05C315 Dark Pastel Green

📋 copy color: '#05C315'

red 5 ◦ green 195 ◦ blue 21

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

Shades of Dark Pastel Green #05C315

Tints of Dark Pastel Green #05C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 88.24%

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 2.26%
G = 88.24%
B = 9.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#05C315 (or 0x05C315) is known color: Dark Pastel Green. HEX triplet: 05, C3 and 15. RGB value is (5,195,21). Sum of RGB (Red+Green+Blue) = 5+195+21=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 195 (76.56% from 255 or 88.24% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 195 - color contains mainly: green. Hex color #05C315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C315 is #FA3CEA. Grayscale: #767676. Windows color (decimal): -16399595 or 1426181. OLE color: 1426181.

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

Color convert

RGB 5 195 21 -
CMYK 0.97 0 0.89 0.24
HSL 125.05º 0.95% 0.39% -
HSV(B) 125.05º 0.97% 0.76% -
XYZ 19.71 39.12 7.22 -
YUV 118.35 73.05 47.15 -
System Red Green Blue C M Y K H S L
Decimal 5 195 21 0.97 0 0.89 0.24 125.05 0.95 0.39
Hex 5 C3 15 61 0 59 18 7D 5F 27
Octal 5 303 25 141 0 131 30 175 137 47
Binary 101 11000011 10101 1100001 0 1011001 11000 1111101 1011111 100111

Color Harmonies of #05C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C315

Black with #05C315

Text Example


Text Example

White with #05C315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,195,21); }

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

background-color css

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

 a { background-color: rgb(5,195,21); }

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

border-color css

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

 span { border-color: rgb(5,195,21); }

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