Html Css Color HEX #01C541 Dark Pastel Green

📋 copy color: '#01C541'

red 1 ◦ green 197 ◦ blue 65

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

Shades of Dark Pastel Green #01C541

Tints of Dark Pastel Green #01C541

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 197 (77.34% from 255) = 74.9%

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 0.38%
G = 74.9%
B = 24.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#01C541 (or 0x01C541) is known color: Dark Pastel Green. HEX triplet: 01, C5 and 41. RGB value is (1,197,65). Sum of RGB (Red+Green+Blue) = 1+197+65=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #01C541 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C541 is #FE3ABE. Grayscale: #7B7B7B. Windows color (decimal): -16661183 or 4310273. OLE color: 4310273.

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

Color convert

RGB 1 197 65 -
CMYK 0.99 0 0.67 0.23
HSL 139.59º 0.99% 0.39% -
HSV(B) 139.59º 0.99% 0.77% -
XYZ 20.93 40.32 11.68 -
YUV 123.35 95.07 40.73 -
System Red Green Blue C M Y K H S L
Decimal 1 197 65 0.99 0 0.67 0.23 139.59 0.99 0.39
Hex 1 C5 41 63 0 43 17 8C 63 27
Octal 1 305 101 143 0 103 27 214 143 47
Binary 1 11000101 1000001 1100011 0 1000011 10111 10001100 1100011 100111

Color Harmonies of #01C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C541

Black with #01C541

Text Example


Text Example

White with #01C541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C541; }

 p { color: rgb(1,197,65); }

 H1.HeaderClassName
 {
   color: #01C541;
 }
 .AnyTagClassName
 {
   color: #01C541;
 }
</style>

background-color css

<style>
 a { background-color: #01C541; }

 a { background-color: rgb(1,197,65); }

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

border-color css

<style>
 span { border-color: #01C541; }

 span { border-color: rgb(1,197,65); }

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