Html Css Color HEX #0BD640 Malachite

📋 copy color: '#0BD640'

red 11 ◦ green 214 ◦ blue 64

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

Shades of Malachite #0BD640

Tints of Malachite #0BD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 74.05%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 3.81%
G = 74.05%
B = 22.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#0BD640 (or 0x0BD640) is known color: Malachite. HEX triplet: 0B, D6 and 40. RGB value is (11,214,64). Sum of RGB (Red+Green+Blue) = 11+214+64=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD640 is #F429BF. Grayscale: #888888. Windows color (decimal): -16001472 or 4249099. OLE color: 4249099.

HSL color Cylindrical-coordinate representation of color #0BD640: hue angle of 135.67º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD640 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 214 64 -
CMYK 0.95 0 0.70 0.16
HSL 135.67º 0.9% 0.44% -
HSV(B) 135.67º 0.95% 0.84% -
XYZ 25.11 48.53 12.9 -
YUV 136.2 87.25 38.7 -
System Red Green Blue C M Y K H S L
Decimal 11 214 64 0.95 0 0.70 0.16 135.67 0.9 0.44
Hex B D6 40 5F 0 46 10 88 5A 2C
Octal 13 326 100 137 0 106 20 210 132 54
Binary 1011 11010110 1000000 1011111 0 1000110 10000 10001000 1011010 101100

Color Harmonies of #0BD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD640

Black with #0BD640

Text Example


Text Example

White with #0BD640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,214,64); }

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

background-color css

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

 a { background-color: rgb(11,214,64); }

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

border-color css

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

 span { border-color: rgb(11,214,64); }

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