Html Css Color HEX #0BDD44 Malachite

📋 copy color: '#0BDD44'

red 11 ◦ green 221 ◦ blue 68

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

Shades of Malachite #0BDD44

Tints of Malachite #0BDD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 3.67%
G = 73.67%
B = 22.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#0BDD44 (or 0x0BDD44) is known color: Malachite. HEX triplet: 0B, DD and 44. RGB value is (11,221,68). Sum of RGB (Red+Green+Blue) = 11+221+68=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD44 is #F422BB. Grayscale: #8D8D8D. Windows color (decimal): -15999676 or 4513035. OLE color: 4513035.

HSL color Cylindrical-coordinate representation of color #0BDD44: hue angle of 136.29º 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 #0BDD44 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 221 68 -
CMYK 0.95 0 0.69 0.13
HSL 136.29º 0.91% 0.45% -
HSV(B) 136.29º 0.95% 0.87% -
XYZ 27.04 52.2 14.12 -
YUV 140.77 86.93 35.44 -
System Red Green Blue C M Y K H S L
Decimal 11 221 68 0.95 0 0.69 0.13 136.29 0.91 0.45
Hex B DD 44 5F 0 45 D 88 5B 2D
Octal 13 335 104 137 0 105 15 210 133 55
Binary 1011 11011101 1000100 1011111 0 1000101 1101 10001000 1011011 101101

Color Harmonies of #0BDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDD44

Black with #0BDD44

Text Example


Text Example

White with #0BDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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