Html Css Color HEX #0BCD5D Malachite

📋 copy color: '#0BCD5D'

red 11 ◦ green 205 ◦ blue 93

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

Shades of Malachite #0BCD5D

Tints of Malachite #0BCD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 66.34%

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

R = 3.56%
G = 66.34%
B = 30.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#0BCD5D (or 0x0BCD5D) is known color: Malachite. HEX triplet: 0B, CD and 5D. RGB value is (11,205,93). Sum of RGB (Red+Green+Blue) = 11+205+93=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 205 (80.47% from 255 or 66.34% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCD5D is #F432A2. Grayscale: #868686. Windows color (decimal): -16003747 or 6147339. OLE color: 6147339.

HSL color Cylindrical-coordinate representation of color #0BCD5D: hue angle of 145.36º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD5D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 93 -
CMYK 0.95 0 0.55 0.20
HSL 145.36º 0.9% 0.42% -
HSV(B) 145.36º 0.95% 0.8% -
XYZ 23.95 44.52 17.69 -
YUV 134.23 104.73 40.11 -
System Red Green Blue C M Y K H S L
Decimal 11 205 93 0.95 0 0.55 0.20 145.36 0.9 0.42
Hex B CD 5D 5F 0 37 14 91 5A 2A
Octal 13 315 135 137 0 67 24 221 132 52
Binary 1011 11001101 1011101 1011111 0 110111 10100 10010001 1011010 101010

Color Harmonies of #0BCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCD5D

Black with #0BCD5D

Text Example


Text Example

White with #0BCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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