Html Css Color HEX #0BBF58 Malachite

📋 copy color: '#0BBF58'

red 11 ◦ green 191 ◦ blue 88

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

Shades of Malachite #0BBF58

Tints of Malachite #0BBF58

RGB

 RED value IS 11 (4.69% from 255) = 3.79%

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

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

R = 3.79%
G = 65.86%
B = 30.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#0BBF58 (or 0x0BBF58) is known color: Malachite. HEX triplet: 0B, BF and 58. RGB value is (11,191,88). Sum of RGB (Red+Green+Blue) = 11+191+88=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 191 (75% from 255 or 65.86% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBF58 is #F440A7. Grayscale: #7D7D7D. Windows color (decimal): -16007336 or 5816075. OLE color: 5816075.

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

Color convert

RGB 11 191 88 -
CMYK 0.94 0 0.54 0.25
HSL 145.67º 0.89% 0.4% -
HSV(B) 145.67º 0.94% 0.75% -
XYZ 20.53 38.04 15.49 -
YUV 125.44 106.87 46.38 -
System Red Green Blue C M Y K H S L
Decimal 11 191 88 0.94 0 0.54 0.25 145.67 0.89 0.4
Hex B BF 58 5E 0 36 19 92 59 28
Octal 13 277 130 136 0 66 31 222 131 50
Binary 1011 10111111 1011000 1011110 0 110110 11001 10010010 1011001 101000

Color Harmonies of #0BBF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF58

Black with #0BBF58

Text Example


Text Example

White with #0BBF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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