Html Css Color HEX #0BF64E Malachite

📋 copy color: '#0BF64E'

red 11 ◦ green 246 ◦ blue 78

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

Shades of Malachite #0BF64E

Tints of Malachite #0BF64E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 73.43%

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 3.28%
G = 73.43%
B = 23.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#0BF64E (or 0x0BF64E) is known color: Malachite. HEX triplet: 0B, F6 and 4E. RGB value is (11,246,78). Sum of RGB (Red+Green+Blue) = 11+246+78=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 246 (96.48% from 255 or 73.43% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF64E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF64E is #F409B1. Grayscale: #9D9D9D. Windows color (decimal): -15993266 or 5174795. OLE color: 5174795.

HSL color Cylindrical-coordinate representation of color #0BF64E: hue angle of 137.11º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF64E is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 246 78 -
CMYK 0.96 0 0.68 0.04
HSL 137.11º 0.93% 0.5% -
HSV(B) 137.11º 0.96% 0.96% -
XYZ 34.47 66.53 18.23 -
YUV 156.58 83.64 24.16 -
System Red Green Blue C M Y K H S L
Decimal 11 246 78 0.96 0 0.68 0.04 137.11 0.93 0.5
Hex B F6 4E 60 0 44 4 89 5D 32
Octal 13 366 116 140 0 104 4 211 135 62
Binary 1011 11110110 1001110 1100000 0 1000100 100 10001001 1011101 110010

Color Harmonies of #0BF64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF64E

Black with #0BF64E

Text Example


Text Example

White with #0BF64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,246,78); }

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

background-color css

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

 a { background-color: rgb(11,246,78); }

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

border-color css

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

 span { border-color: rgb(11,246,78); }

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