Html Css Color HEX #0BC355 Malachite

📋 copy color: '#0BC355'

red 11 ◦ green 195 ◦ blue 85

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

Shades of Malachite #0BC355

Tints of Malachite #0BC355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.01%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 3.78%
G = 67.01%
B = 29.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#0BC355 (or 0x0BC355) is known color: Malachite. HEX triplet: 0B, C3 and 55. RGB value is (11,195,85). Sum of RGB (Red+Green+Blue) = 11+195+85=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC355 is #F43CAA. Grayscale: #7F7F7F. Windows color (decimal): -16006315 or 5620491. OLE color: 5620491.

HSL color Cylindrical-coordinate representation of color #0BC355: hue angle of 144.13º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC355 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 85 -
CMYK 0.94 0 0.56 0.24
HSL 144.13º 0.89% 0.4% -
HSV(B) 144.13º 0.94% 0.76% -
XYZ 21.29 39.76 15.15 -
YUV 127.44 104.04 44.94 -
System Red Green Blue C M Y K H S L
Decimal 11 195 85 0.94 0 0.56 0.24 144.13 0.89 0.4
Hex B C3 55 5E 0 38 18 90 59 28
Octal 13 303 125 136 0 70 30 220 131 50
Binary 1011 11000011 1010101 1011110 0 111000 11000 10010000 1011001 101000

Color Harmonies of #0BC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC355

Black with #0BC355

Text Example


Text Example

White with #0BC355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,85); }

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

background-color css

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

 a { background-color: rgb(11,195,85); }

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

border-color css

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

 span { border-color: rgb(11,195,85); }

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