Html Css Color HEX #0BF754 Malachite

📋 copy color: '#0BF754'

red 11 ◦ green 247 ◦ blue 84

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

Shades of Malachite #0BF754

Tints of Malachite #0BF754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 3.22%
G = 72.22%
B = 24.56%

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

#0BF754 (or 0x0BF754) is known color: Malachite. HEX triplet: 0B, F7 and 54. RGB value is (11,247,84). Sum of RGB (Red+Green+Blue) = 11+247+84=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 247 (96.88% from 255 or 72.22% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF754 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF754 is #F408AB. Grayscale: #9E9E9E. Windows color (decimal): -15993004 or 5568267. OLE color: 5568267.

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

Color convert

RGB 11 247 84 -
CMYK 0.96 0 0.66 0.03
HSL 138.56º 0.94% 0.51% -
HSV(B) 138.56º 0.96% 0.97% -
XYZ 35 67.23 19.52 -
YUV 157.85 86.31 23.25 -
System Red Green Blue C M Y K H S L
Decimal 11 247 84 0.96 0 0.66 0.03 138.56 0.94 0.51
Hex B F7 54 60 0 42 3 8B 5E 33
Octal 13 367 124 140 0 102 3 213 136 63
Binary 1011 11110111 1010100 1100000 0 1000010 11 10001011 1011110 110011

Color Harmonies of #0BF754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF754

Black with #0BF754

Text Example


Text Example

White with #0BF754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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