Html Css Color HEX #00BE52 Dark Pastel Green

📋 copy color: '#00BE52'

red 0 ◦ green 190 ◦ blue 82

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

Shades of Dark Pastel Green #00BE52

Tints of Dark Pastel Green #00BE52

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 0%
G = 69.85%
B = 30.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#00BE52 (or 0x00BE52) is known color: Dark Pastel Green. HEX triplet: 00, BE and 52. RGB value is (0,190,82). Sum of RGB (Red+Green+Blue) = 0+190+82=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE52 is #FF41AD. Grayscale: #797979. Windows color (decimal): -16728494 or 5422592. OLE color: 5422592.

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

Color convert

RGB 0 190 82 -
CMYK 1 0 0.57 0.25
HSL 145.89º 1% 0.37% -
HSV(B) 145.89º 1% 0.75% -
XYZ 19.94 37.44 14.16 -
YUV 120.88 106.05 41.78 -
System Red Green Blue C M Y K H S L
Decimal 0 190 82 1 0 0.57 0.25 145.89 1 0.37
Hex 0 BE 52 64 0 39 19 92 64 25
Octal 0 276 122 144 0 71 31 222 144 45
Binary 0 10111110 1010010 1100100 0 111001 11001 10010010 1100100 100101

Color Harmonies of #00BE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BE52

Black with #00BE52

Text Example


Text Example

White with #00BE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BE52; }

 p { color: rgb(0,190,82); }

 H1.HeaderClassName
 {
   color: #00BE52;
 }
 .AnyTagClassName
 {
   color: #00BE52;
 }
</style>

background-color css

<style>
 a { background-color: #00BE52; }

 a { background-color: rgb(0,190,82); }

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

border-color css

<style>
 span { border-color: #00BE52; }

 span { border-color: rgb(0,190,82); }

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