Html Css Color HEX #0BDD3E Malachite

📋 copy color: '#0BDD3E'

red 11 ◦ green 221 ◦ blue 62

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

Shades of Malachite #0BDD3E

Tints of Malachite #0BDD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 3.74%
G = 75.17%
B = 21.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#0BDD3E (or 0x0BDD3E) is known color: Malachite. HEX triplet: 0B, DD and 3E. RGB value is (11,221,62). Sum of RGB (Red+Green+Blue) = 11+221+62=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD3E is #F422C1. Grayscale: #8C8C8C. Windows color (decimal): -15999682 or 4119819. OLE color: 4119819.

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

Color convert

RGB 11 221 62 -
CMYK 0.95 0 0.72 0.13
HSL 134.57º 0.91% 0.45% -
HSV(B) 134.57º 0.95% 0.87% -
XYZ 26.86 52.13 13.2 -
YUV 140.08 83.93 35.93 -
System Red Green Blue C M Y K H S L
Decimal 11 221 62 0.95 0 0.72 0.13 134.57 0.91 0.45
Hex B DD 3E 5F 0 48 D 87 5B 2D
Octal 13 335 76 137 0 110 15 207 133 55
Binary 1011 11011101 111110 1011111 0 1001000 1101 10000111 1011011 101101

Color Harmonies of #0BDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDD3E

Black with #0BDD3E

Text Example


Text Example

White with #0BDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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