Html Css Color HEX #0BD442 Malachite

📋 copy color: '#0BD442'

red 11 ◦ green 212 ◦ blue 66

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

Shades of Malachite #0BD442

Tints of Malachite #0BD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 73.36%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 3.81%
G = 73.36%
B = 22.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#0BD442 (or 0x0BD442) is known color: Malachite. HEX triplet: 0B, D4 and 42. RGB value is (11,212,66). Sum of RGB (Red+Green+Blue) = 11+212+66=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 212 (83.20% from 255 or 73.36% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD442 is #F42BBD. Grayscale: #878787. Windows color (decimal): -16001982 or 4379659. OLE color: 4379659.

HSL color Cylindrical-coordinate representation of color #0BD442: hue angle of 136.42º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD442 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 212 66 -
CMYK 0.95 0 0.69 0.17
HSL 136.42º 0.9% 0.44% -
HSV(B) 136.42º 0.95% 0.83% -
XYZ 24.66 47.55 13.03 -
YUV 135.26 88.91 39.37 -
System Red Green Blue C M Y K H S L
Decimal 11 212 66 0.95 0 0.69 0.17 136.42 0.9 0.44
Hex B D4 42 5F 0 45 11 88 5A 2C
Octal 13 324 102 137 0 105 21 210 132 54
Binary 1011 11010100 1000010 1011111 0 1000101 10001 10001000 1011010 101100

Color Harmonies of #0BD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD442

Black with #0BD442

Text Example


Text Example

White with #0BD442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,212,66); }

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

background-color css

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

 a { background-color: rgb(11,212,66); }

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

border-color css

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

 span { border-color: rgb(11,212,66); }

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