Html Css Color HEX #01C521 Dark Pastel Green

📋 copy color: '#01C521'

red 1 ◦ green 197 ◦ blue 33

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

Shades of Dark Pastel Green #01C521

Tints of Dark Pastel Green #01C521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.29%

R = 0.43%
G = 85.28%
B = 14.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#01C521 (or 0x01C521) is known color: Dark Pastel Green. HEX triplet: 01, C5 and 21. RGB value is (1,197,33). Sum of RGB (Red+Green+Blue) = 1+197+33=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 197 (77.34% from 255 or 85.28% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 197 - color contains mainly: green. Hex color #01C521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C521 is #FE3ADE. Grayscale: #787878. Windows color (decimal): -16661215 or 2213121. OLE color: 2213121.

HSL color Cylindrical-coordinate representation of color #01C521: hue angle of 129.8º 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 #01C521 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 197 33 -
CMYK 0.99 0 0.83 0.23
HSL 129.8º 0.99% 0.39% -
HSV(B) 129.8º 0.99% 0.77% -
XYZ 20.25 40.05 8.1 -
YUV 119.7 79.07 43.34 -
System Red Green Blue C M Y K H S L
Decimal 1 197 33 0.99 0 0.83 0.23 129.8 0.99 0.39
Hex 1 C5 21 63 0 53 17 82 63 27
Octal 1 305 41 143 0 123 27 202 143 47
Binary 1 11000101 100001 1100011 0 1010011 10111 10000010 1100011 100111

Color Harmonies of #01C521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C521

Black with #01C521

Text Example


Text Example

White with #01C521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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