Html Css Color HEX #0BF65D Malachite

📋 copy color: '#0BF65D'

red 11 ◦ green 246 ◦ blue 93

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

Shades of Malachite #0BF65D

Tints of Malachite #0BF65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 3.14%
G = 70.29%
B = 26.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#0BF65D (or 0x0BF65D) is known color: Malachite. HEX triplet: 0B, F6 and 5D. RGB value is (11,246,93). Sum of RGB (Red+Green+Blue) = 11+246+93=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 246 (96.48% from 255 or 70.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF65D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF65D is #F409A2. Grayscale: #9E9E9E. Windows color (decimal): -15993251 or 6157835. OLE color: 6157835.

HSL color Cylindrical-coordinate representation of color #0BF65D: hue angle of 140.94º 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 #0BF65D is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 246 93 -
CMYK 0.96 0 0.62 0.04
HSL 140.94º 0.93% 0.5% -
HSV(B) 140.94º 0.96% 0.96% -
XYZ 35.07 66.77 21.4 -
YUV 158.29 91.14 22.94 -
System Red Green Blue C M Y K H S L
Decimal 11 246 93 0.96 0 0.62 0.04 140.94 0.93 0.5
Hex B F6 5D 60 0 3E 4 8D 5D 32
Octal 13 366 135 140 0 76 4 215 135 62
Binary 1011 11110110 1011101 1100000 0 111110 100 10001101 1011101 110010

Color Harmonies of #0BF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF65D

Black with #0BF65D

Text Example


Text Example

White with #0BF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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