Html Css Color HEX #0BDB37 Malachite

📋 copy color: '#0BDB37'

red 11 ◦ green 219 ◦ blue 55

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

Shades of Malachite #0BDB37

Tints of Malachite #0BDB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.84%

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 3.86%
G = 76.84%
B = 19.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#0BDB37 (or 0x0BDB37) is known color: Malachite. HEX triplet: 0B, DB and 37. RGB value is (11,219,55). Sum of RGB (Red+Green+Blue) = 11+219+55=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 219 (85.94% from 255 or 76.84% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDB37 is #F424C8. Grayscale: #8A8A8A. Windows color (decimal): -16000201 or 3660555. OLE color: 3660555.

HSL color Cylindrical-coordinate representation of color #0BDB37: hue angle of 132.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDB37 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 219 55 -
CMYK 0.95 0 0.75 0.14
HSL 132.69º 0.9% 0.45% -
HSV(B) 132.69º 0.95% 0.86% -
XYZ 26.16 51.01 12.08 -
YUV 138.11 81.09 37.34 -
System Red Green Blue C M Y K H S L
Decimal 11 219 55 0.95 0 0.75 0.14 132.69 0.9 0.45
Hex B DB 37 5F 0 4B E 85 5A 2D
Octal 13 333 67 137 0 113 16 205 132 55
Binary 1011 11011011 110111 1011111 0 1001011 1110 10000101 1011010 101101

Color Harmonies of #0BDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDB37

Black with #0BDB37

Text Example


Text Example

White with #0BDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,219,55); }

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

background-color css

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

 a { background-color: rgb(11,219,55); }

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

border-color css

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

 span { border-color: rgb(11,219,55); }

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