Html Css Color HEX #0BDD48 Malachite

📋 copy color: '#0BDD48'

red 11 ◦ green 221 ◦ blue 72

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

Shades of Malachite #0BDD48

Tints of Malachite #0BDD48

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.7%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 3.62%
G = 72.7%
B = 23.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#0BDD48 (or 0x0BDD48) is known color: Malachite. HEX triplet: 0B, DD and 48. RGB value is (11,221,72). Sum of RGB (Red+Green+Blue) = 11+221+72=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD48 is #F422B7. Grayscale: #8D8D8D. Windows color (decimal): -15999672 or 4775179. OLE color: 4775179.

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

Color convert

RGB 11 221 72 -
CMYK 0.95 0 0.67 0.13
HSL 137.43º 0.91% 0.45% -
HSV(B) 137.43º 0.95% 0.87% -
XYZ 27.16 52.25 14.78 -
YUV 141.22 88.93 35.12 -
System Red Green Blue C M Y K H S L
Decimal 11 221 72 0.95 0 0.67 0.13 137.43 0.91 0.45
Hex B DD 48 5F 0 43 D 89 5B 2D
Octal 13 335 110 137 0 103 15 211 133 55
Binary 1011 11011101 1001000 1011111 0 1000011 1101 10001001 1011011 101101

Color Harmonies of #0BDD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDD48

Black with #0BDD48

Text Example


Text Example

White with #0BDD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,221,72); }

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

background-color css

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

 a { background-color: rgb(11,221,72); }

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

border-color css

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

 span { border-color: rgb(11,221,72); }

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