Html Css Color HEX #0BF951 Malachite

📋 copy color: '#0BF951'

red 11 ◦ green 249 ◦ blue 81

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

Shades of Malachite #0BF951

Tints of Malachite #0BF951

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.02%

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 3.23%
G = 73.02%
B = 23.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#0BF951 (or 0x0BF951) is known color: Malachite. HEX triplet: 0B, F9 and 51. RGB value is (11,249,81). Sum of RGB (Red+Green+Blue) = 11+249+81=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF951 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF951 is #F406AE. Grayscale: #9F9F9F. Windows color (decimal): -15992495 or 5372171. OLE color: 5372171.

HSL color Cylindrical-coordinate representation of color #0BF951: hue angle of 137.65º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF951 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 249 81 -
CMYK 0.96 0 0.67 0.02
HSL 137.65º 0.95% 0.51% -
HSV(B) 137.65º 0.96% 0.98% -
XYZ 35.5 68.42 19.12 -
YUV 158.69 84.15 22.66 -
System Red Green Blue C M Y K H S L
Decimal 11 249 81 0.96 0 0.67 0.02 137.65 0.95 0.51
Hex B F9 51 60 0 43 2 8A 5F 33
Octal 13 371 121 140 0 103 2 212 137 63
Binary 1011 11111001 1010001 1100000 0 1000011 10 10001010 1011111 110011

Color Harmonies of #0BF951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF951

Black with #0BF951

Text Example


Text Example

White with #0BF951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,249,81); }

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

background-color css

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

 a { background-color: rgb(11,249,81); }

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

border-color css

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

 span { border-color: rgb(11,249,81); }

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