Html Css Color HEX #01BE56 Pigment Green

📋 copy color: '#01BE56'

red 1 ◦ green 190 ◦ blue 86

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

Shades of Pigment Green #01BE56

Tints of Pigment Green #01BE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.05%

R = 0.36%
G = 68.59%
B = 31.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#01BE56 (or 0x01BE56) is known color: Pigment Green. HEX triplet: 01, BE and 56. RGB value is (1,190,86). Sum of RGB (Red+Green+Blue) = 1+190+86=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 190 (74.61% from 255 or 68.59% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE56 is #FE41A9. Grayscale: #797979. Windows color (decimal): -16662954 or 5684737. OLE color: 5684737.

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

Color convert

RGB 1 190 86 -
CMYK 0.99 0 0.55 0.25
HSL 146.98º 0.99% 0.37% -
HSV(B) 146.98º 0.99% 0.75% -
XYZ 20.11 37.51 14.98 -
YUV 121.63 107.88 41.96 -
System Red Green Blue C M Y K H S L
Decimal 1 190 86 0.99 0 0.55 0.25 146.98 0.99 0.37
Hex 1 BE 56 63 0 37 19 93 63 25
Octal 1 276 126 143 0 67 31 223 143 45
Binary 1 10111110 1010110 1100011 0 110111 11001 10010011 1100011 100101

Color Harmonies of #01BE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE56

Black with #01BE56

Text Example


Text Example

White with #01BE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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