Html Css Color HEX #0BD54D Malachite

📋 copy color: '#0BD54D'

red 11 ◦ green 213 ◦ blue 77

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

Shades of Malachite #0BD54D

Tints of Malachite #0BD54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.76%

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 3.65%
G = 70.76%
B = 25.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#0BD54D (or 0x0BD54D) is known color: Malachite. HEX triplet: 0B, D5 and 4D. RGB value is (11,213,77). Sum of RGB (Red+Green+Blue) = 11+213+77=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD54D is #F42AB2. Grayscale: #898989. Windows color (decimal): -16001715 or 5100811. OLE color: 5100811.

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

Color convert

RGB 11 213 77 -
CMYK 0.95 0 0.64 0.16
HSL 139.6º 0.9% 0.44% -
HSV(B) 139.6º 0.95% 0.84% -
XYZ 25.27 48.2 14.99 -
YUV 137.1 94.08 38.06 -
System Red Green Blue C M Y K H S L
Decimal 11 213 77 0.95 0 0.64 0.16 139.6 0.9 0.44
Hex B D5 4D 5F 0 40 10 8C 5A 2C
Octal 13 325 115 137 0 100 20 214 132 54
Binary 1011 11010101 1001101 1011111 0 1000000 10000 10001100 1011010 101100

Color Harmonies of #0BD54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD54D

Black with #0BD54D

Text Example


Text Example

White with #0BD54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,213,77); }

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

background-color css

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

 a { background-color: rgb(11,213,77); }

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

border-color css

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

 span { border-color: rgb(11,213,77); }

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