Html Css Color HEX #01BE21 Dark Pastel Green

📋 copy color: '#01BE21'

red 1 ◦ green 190 ◦ blue 33

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

Shades of Dark Pastel Green #01BE21

Tints of Dark Pastel Green #01BE21

RGB

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

 GREEN value IS 190 (74.61% from 255) = 84.82%

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

R = 0.45%
G = 84.82%
B = 14.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#01BE21 (or 0x01BE21) is known color: Dark Pastel Green. HEX triplet: 01, BE and 21. RGB value is (1,190,33). Sum of RGB (Red+Green+Blue) = 1+190+33=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 190 (74.61% from 255 or 84.82% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE21 is #FE41DE. Grayscale: #747474. Windows color (decimal): -16663007 or 2211329. OLE color: 2211329.

HSL color Cylindrical-coordinate representation of color #01BE21: hue angle of 130.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE21 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 33 -
CMYK 0.99 0 0.83 0.25
HSL 130.16º 0.99% 0.37% -
HSV(B) 130.16º 0.99% 0.75% -
XYZ 18.7 36.94 7.58 -
YUV 115.59 81.38 46.27 -
System Red Green Blue C M Y K H S L
Decimal 1 190 33 0.99 0 0.83 0.25 130.16 0.99 0.37
Hex 1 BE 21 63 0 53 19 82 63 25
Octal 1 276 41 143 0 123 31 202 143 45
Binary 1 10111110 100001 1100011 0 1010011 11001 10000010 1100011 100101

Color Harmonies of #01BE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE21

Black with #01BE21

Text Example


Text Example

White with #01BE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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