Html Css Color HEX #0BD25D Malachite

📋 copy color: '#0BD25D'

red 11 ◦ green 210 ◦ blue 93

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

Shades of Malachite #0BD25D

Tints of Malachite #0BD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 66.88%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 3.5%
G = 66.88%
B = 29.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#0BD25D (or 0x0BD25D) is known color: Malachite. HEX triplet: 0B, D2 and 5D. RGB value is (11,210,93). Sum of RGB (Red+Green+Blue) = 11+210+93=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #0BD25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD25D is #F42DA2. Grayscale: #898989. Windows color (decimal): -16002467 or 6148619. OLE color: 6148619.

HSL color Cylindrical-coordinate representation of color #0BD25D: hue angle of 144.72º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD25D is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 210 93 -
CMYK 0.95 0 0.56 0.18
HSL 144.72º 0.9% 0.43% -
HSV(B) 144.72º 0.95% 0.82% -
XYZ 25.16 46.95 18.09 -
YUV 137.16 103.07 38.01 -
System Red Green Blue C M Y K H S L
Decimal 11 210 93 0.95 0 0.56 0.18 144.72 0.9 0.43
Hex B D2 5D 5F 0 38 12 91 5A 2B
Octal 13 322 135 137 0 70 22 221 132 53
Binary 1011 11010010 1011101 1011111 0 111000 10010 10010001 1011010 101011

Color Harmonies of #0BD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD25D

Black with #0BD25D

Text Example


Text Example

White with #0BD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,210,93); }

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

background-color css

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

 a { background-color: rgb(11,210,93); }

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

border-color css

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

 span { border-color: rgb(11,210,93); }

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