Html Css Color HEX #0DBF58 Malachite

📋 copy color: '#0DBF58'

red 13 ◦ green 191 ◦ blue 88

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

Shades of Malachite #0DBF58

Tints of Malachite #0DBF58

RGB

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

 GREEN value IS 191 (75% from 255) = 65.41%

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 4.45%
G = 65.41%
B = 30.14%

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

#0DBF58 (or 0x0DBF58) is known color: Malachite. HEX triplet: 0D, BF and 58. RGB value is (13,191,88). Sum of RGB (Red+Green+Blue) = 13+191+88=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF58 is #F240A7. Grayscale: #7E7E7E. Windows color (decimal): -15876264 or 5816077. OLE color: 5816077.

HSL color Cylindrical-coordinate representation of color #0DBF58: hue angle of 145.28º 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 #0DBF58 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 191 88 -
CMYK 0.93 0 0.54 0.25
HSL 145.28º 0.87% 0.4% -
HSV(B) 145.28º 0.93% 0.75% -
XYZ 20.56 38.05 15.49 -
YUV 126.04 106.53 47.38 -
System Red Green Blue C M Y K H S L
Decimal 13 191 88 0.93 0 0.54 0.25 145.28 0.87 0.4
Hex D BF 58 5D 0 36 19 91 57 28
Octal 15 277 130 135 0 66 31 221 127 50
Binary 1101 10111111 1011000 1011101 0 110110 11001 10010001 1010111 101000

Color Harmonies of #0DBF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF58

Black with #0DBF58

Text Example


Text Example

White with #0DBF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,191,88); }

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

background-color css

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

 a { background-color: rgb(13,191,88); }

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

border-color css

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

 span { border-color: rgb(13,191,88); }

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