Html Css Color HEX #05BE2D Dark Pastel Green

📋 copy color: '#05BE2D'

red 5 ◦ green 190 ◦ blue 45

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

Shades of Dark Pastel Green #05BE2D

Tints of Dark Pastel Green #05BE2D

RGB

 RED value IS 5 (2.34% from 255) = 2.08%

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 2.08%
G = 79.17%
B = 18.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#05BE2D (or 0x05BE2D) is known color: Dark Pastel Green. HEX triplet: 05, BE and 2D. RGB value is (5,190,45). Sum of RGB (Red+Green+Blue) = 5+190+45=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 190 (74.61% from 255 or 79.17% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 190 - color contains mainly: green. Hex color #05BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BE2D is #FA41D2. Grayscale: #767676. Windows color (decimal): -16400851 or 2997765. OLE color: 2997765.

HSL color Cylindrical-coordinate representation of color #05BE2D: hue angle of 132.97º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BE2D is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 190 45 -
CMYK 0.97 0 0.76 0.25
HSL 132.97º 0.95% 0.38% -
HSV(B) 132.97º 0.97% 0.75% -
XYZ 18.95 37.05 8.63 -
YUV 118.16 86.71 47.29 -
System Red Green Blue C M Y K H S L
Decimal 5 190 45 0.97 0 0.76 0.25 132.97 0.95 0.38
Hex 5 BE 2D 61 0 4C 19 85 5F 26
Octal 5 276 55 141 0 114 31 205 137 46
Binary 101 10111110 101101 1100001 0 1001100 11001 10000101 1011111 100110

Color Harmonies of #05BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BE2D

Black with #05BE2D

Text Example


Text Example

White with #05BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05BE2D; }

 p { color: rgb(5,190,45); }

 H1.HeaderClassName
 {
   color: #05BE2D;
 }
 .AnyTagClassName
 {
   color: #05BE2D;
 }
</style>

background-color css

<style>
 a { background-color: #05BE2D; }

 a { background-color: rgb(5,190,45); }

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

border-color css

<style>
 span { border-color: #05BE2D; }

 span { border-color: rgb(5,190,45); }

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