Html Css Color HEX #0BDF5B Malachite

📋 copy color: '#0BDF5B'

red 11 ◦ green 223 ◦ blue 91

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

Shades of Malachite #0BDF5B

Tints of Malachite #0BDF5B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.62%

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

R = 3.38%
G = 68.62%
B = 28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#0BDF5B (or 0x0BDF5B) is known color: Malachite. HEX triplet: 0B, DF and 5B. RGB value is (11,223,91). Sum of RGB (Red+Green+Blue) = 11+223+91=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDF5B is #F420A4. Grayscale: #909090. Windows color (decimal): -15999141 or 6020875. OLE color: 6020875.

HSL color Cylindrical-coordinate representation of color #0BDF5B: hue angle of 142.64º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF5B is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 91 -
CMYK 0.95 0 0.59 0.13
HSL 142.64º 0.91% 0.46% -
HSV(B) 142.64º 0.95% 0.87% -
XYZ 28.41 53.6 18.75 -
YUV 144.56 97.76 32.73 -
System Red Green Blue C M Y K H S L
Decimal 11 223 91 0.95 0 0.59 0.13 142.64 0.91 0.46
Hex B DF 5B 5F 0 3B D 8F 5B 2E
Octal 13 337 133 137 0 73 15 217 133 56
Binary 1011 11011111 1011011 1011111 0 111011 1101 10001111 1011011 101110

Color Harmonies of #0BDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF5B

Black with #0BDF5B

Text Example


Text Example

White with #0BDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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