Html Css Color HEX #0DBE57 Malachite

📋 copy color: '#0DBE57'

red 13 ◦ green 190 ◦ blue 87

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

Shades of Malachite #0DBE57

Tints of Malachite #0DBE57

RGB

 RED value IS 13 (5.47% from 255) = 4.48%

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

 BLUE value IS 87 (34.38% from 255) = 30%

R = 4.48%
G = 65.52%
B = 30%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#0DBE57 (or 0x0DBE57) is known color: Malachite. HEX triplet: 0D, BE and 57. RGB value is (13,190,87). Sum of RGB (Red+Green+Blue) = 13+190+87=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 190 (74.61% from 255 or 65.52% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE57 is #F241A8. Grayscale: #7D7D7D. Windows color (decimal): -15876521 or 5750285. OLE color: 5750285.

HSL color Cylindrical-coordinate representation of color #0DBE57: hue angle of 145.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE57 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 190 87 -
CMYK 0.93 0 0.54 0.25
HSL 145.08º 0.87% 0.4% -
HSV(B) 145.08º 0.93% 0.75% -
XYZ 20.3 37.6 15.2 -
YUV 125.34 106.36 47.88 -
System Red Green Blue C M Y K H S L
Decimal 13 190 87 0.93 0 0.54 0.25 145.08 0.87 0.4
Hex D BE 57 5D 0 36 19 91 57 28
Octal 15 276 127 135 0 66 31 221 127 50
Binary 1101 10111110 1010111 1011101 0 110110 11001 10010001 1010111 101000

Color Harmonies of #0DBE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE57

Black with #0DBE57

Text Example


Text Example

White with #0DBE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DBE57; }

 p { color: rgb(13,190,87); }

 H1.HeaderClassName
 {
   color: #0DBE57;
 }
 .AnyTagClassName
 {
   color: #0DBE57;
 }
</style>

background-color css

<style>
 a { background-color: #0DBE57; }

 a { background-color: rgb(13,190,87); }

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

border-color css

<style>
 span { border-color: #0DBE57; }

 span { border-color: rgb(13,190,87); }

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