Html Css Color HEX #0BFE5B Malachite

📋 copy color: '#0BFE5B'

red 11 ◦ green 254 ◦ blue 91

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

Shades of Malachite #0BFE5B

Tints of Malachite #0BFE5B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 71.35%

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 3.09%
G = 71.35%
B = 25.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#0BFE5B (or 0x0BFE5B) is known color: Malachite. HEX triplet: 0B, FE and 5B. RGB value is (11,254,91). Sum of RGB (Red+Green+Blue) = 11+254+91=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFE5B is #F401A4. Grayscale: #A3A3A3. Windows color (decimal): -15991205 or 6028811. OLE color: 6028811.

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

Color convert

RGB 11 254 91 -
CMYK 0.96 0 0.64 0.00
HSL 139.75º 0.99% 0.52% -
HSV(B) 139.75º 0.96% 1% -
XYZ 37.47 71.71 21.76 -
YUV 162.76 87.49 19.75 -
System Red Green Blue C M Y K H S L
Decimal 11 254 91 0.96 0 0.64 0.00 139.75 0.99 0.52
Hex B FE 5B 60 0 40 0 8C 63 34
Octal 13 376 133 140 0 100 0 214 143 64
Binary 1011 11111110 1011011 1100000 0 1000000 0 10001100 1100011 110100

Color Harmonies of #0BFE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFE5B

Black with #0BFE5B

Text Example


Text Example

White with #0BFE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,254,91); }

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

background-color css

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

 a { background-color: rgb(11,254,91); }

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

border-color css

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

 span { border-color: rgb(11,254,91); }

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