Html Css Color HEX #0BCD47 Malachite

📋 copy color: '#0BCD47'

red 11 ◦ green 205 ◦ blue 71

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

Shades of Malachite #0BCD47

Tints of Malachite #0BCD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 3.83%
G = 71.43%
B = 24.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#0BCD47 (or 0x0BCD47) is known color: Malachite. HEX triplet: 0B, CD and 47. RGB value is (11,205,71). Sum of RGB (Red+Green+Blue) = 11+205+71=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCD47 is #F432B8. Grayscale: #848484. Windows color (decimal): -16003769 or 4705547. OLE color: 4705547.

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

Color convert

RGB 11 205 71 -
CMYK 0.95 0 0.65 0.20
HSL 138.56º 0.9% 0.42% -
HSV(B) 138.56º 0.95% 0.8% -
XYZ 23.11 44.19 13.27 -
YUV 131.72 93.73 41.9 -
System Red Green Blue C M Y K H S L
Decimal 11 205 71 0.95 0 0.65 0.20 138.56 0.9 0.42
Hex B CD 47 5F 0 41 14 8B 5A 2A
Octal 13 315 107 137 0 101 24 213 132 52
Binary 1011 11001101 1000111 1011111 0 1000001 10100 10001011 1011010 101010

Color Harmonies of #0BCD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCD47

Black with #0BCD47

Text Example


Text Example

White with #0BCD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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