Html Css Color HEX #0BC752 Malachite

📋 copy color: '#0BC752'

red 11 ◦ green 199 ◦ blue 82

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

Shades of Malachite #0BC752

Tints of Malachite #0BC752

RGB

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

 GREEN value IS 199 (78.13% from 255) = 68.15%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 3.77%
G = 68.15%
B = 28.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#0BC752 (or 0x0BC752) is known color: Malachite. HEX triplet: 0B, C7 and 52. RGB value is (11,199,82). Sum of RGB (Red+Green+Blue) = 11+199+82=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 199 (78.12% from 255 or 68.15% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC752 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC752 is #F438AD. Grayscale: #818181. Windows color (decimal): -16005294 or 5424907. OLE color: 5424907.

HSL color Cylindrical-coordinate representation of color #0BC752: hue angle of 142.66º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC752 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 199 82 -
CMYK 0.94 0 0.59 0.22
HSL 142.66º 0.9% 0.41% -
HSV(B) 142.66º 0.94% 0.78% -
XYZ 22.08 41.53 14.83 -
YUV 129.45 101.22 43.51 -
System Red Green Blue C M Y K H S L
Decimal 11 199 82 0.94 0 0.59 0.22 142.66 0.9 0.41
Hex B C7 52 5E 0 3B 16 8F 5A 29
Octal 13 307 122 136 0 73 26 217 132 51
Binary 1011 11000111 1010010 1011110 0 111011 10110 10001111 1011010 101001

Color Harmonies of #0BC752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC752

Black with #0BC752

Text Example


Text Example

White with #0BC752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,199,82); }

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

background-color css

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

 a { background-color: rgb(11,199,82); }

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

border-color css

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

 span { border-color: rgb(11,199,82); }

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