Html Css Color HEX #0BCC47 Malachite

📋 copy color: '#0BCC47'

red 11 ◦ green 204 ◦ blue 71

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

Shades of Malachite #0BCC47

Tints of Malachite #0BCC47

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.33%

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

R = 3.85%
G = 71.33%
B = 24.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#0BCC47 (or 0x0BCC47) is known color: Malachite. HEX triplet: 0B, CC and 47. RGB value is (11,204,71). Sum of RGB (Red+Green+Blue) = 11+204+71=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCC47 is #F433B8. Grayscale: #838383. Windows color (decimal): -16004025 or 4705291. OLE color: 4705291.

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

Color convert

RGB 11 204 71 -
CMYK 0.95 0 0.65 0.2
HSL 138.65º 0.9% 0.42% -
HSV(B) 138.65º 0.95% 0.8% -
XYZ 22.87 43.71 13.19 -
YUV 131.13 94.06 42.31 -
System Red Green Blue C M Y K H S L
Decimal 11 204 71 0.95 0 0.65 0.2 138.65 0.9 0.42
Hex B CC 47 5F 0 41 14 8B 5A 2A
Octal 13 314 107 137 0 101 24 213 132 52
Binary 1011 11001100 1000111 1011111 0 1000001 10100 10001011 1011010 101010

Color Harmonies of #0BCC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCC47

Black with #0BCC47

Text Example


Text Example

White with #0BCC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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