Html Css Color HEX #0BF753 Malachite

📋 copy color: '#0BF753'

red 11 ◦ green 247 ◦ blue 83

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

Shades of Malachite #0BF753

Tints of Malachite #0BF753

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.43%

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 3.23%
G = 72.43%
B = 24.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#0BF753 (or 0x0BF753) is known color: Malachite. HEX triplet: 0B, F7 and 53. RGB value is (11,247,83). Sum of RGB (Red+Green+Blue) = 11+247+83=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF753 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF753 is #F408AC. Grayscale: #9E9E9E. Windows color (decimal): -15993005 or 5502731. OLE color: 5502731.

HSL color Cylindrical-coordinate representation of color #0BF753: hue angle of 138.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF753 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 247 83 -
CMYK 0.96 0 0.66 0.03
HSL 138.31º 0.94% 0.51% -
HSV(B) 138.31º 0.96% 0.97% -
XYZ 34.96 67.22 19.32 -
YUV 157.74 85.81 23.34 -
System Red Green Blue C M Y K H S L
Decimal 11 247 83 0.96 0 0.66 0.03 138.31 0.94 0.51
Hex B F7 53 60 0 42 3 8A 5E 33
Octal 13 367 123 140 0 102 3 212 136 63
Binary 1011 11110111 1010011 1100000 0 1000010 11 10001010 1011110 110011

Color Harmonies of #0BF753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF753

Black with #0BF753

Text Example


Text Example

White with #0BF753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,247,83); }

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

background-color css

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

 a { background-color: rgb(11,247,83); }

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

border-color css

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

 span { border-color: rgb(11,247,83); }

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