Html Css Color HEX #0BFC47 Malachite

📋 copy color: '#0BFC47'

red 11 ◦ green 252 ◦ blue 71

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

Shades of Malachite #0BFC47

Tints of Malachite #0BFC47

RGB

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

 GREEN value IS 252 (98.83% from 255) = 75.45%

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 3.29%
G = 75.45%
B = 21.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#0BFC47 (or 0x0BFC47) is known color: Malachite. HEX triplet: 0B, FC and 47. RGB value is (11,252,71). Sum of RGB (Red+Green+Blue) = 11+252+71=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFC47 is #F403B8. Grayscale: #9F9F9F. Windows color (decimal): -15991737 or 4717579. OLE color: 4717579.

HSL color Cylindrical-coordinate representation of color #0BFC47: hue angle of 134.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFC47 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 252 71 -
CMYK 0.96 0 0.72 0.01
HSL 134.94º 0.98% 0.52% -
HSV(B) 134.94º 0.96% 0.99% -
XYZ 36.09 70.15 17.6 -
YUV 159.31 78.16 22.22 -
System Red Green Blue C M Y K H S L
Decimal 11 252 71 0.96 0 0.72 0.01 134.94 0.98 0.52
Hex B FC 47 60 0 48 1 87 62 34
Octal 13 374 107 140 0 110 1 207 142 64
Binary 1011 11111100 1000111 1100000 0 1001000 1 10000111 1100010 110100

Color Harmonies of #0BFC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFC47

Black with #0BFC47

Text Example


Text Example

White with #0BFC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,252,71); }

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

background-color css

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

 a { background-color: rgb(11,252,71); }

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

border-color css

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

 span { border-color: rgb(11,252,71); }

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