Html Css Color HEX #0BD63D Malachite

📋 copy color: '#0BD63D'

red 11 ◦ green 214 ◦ blue 61

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

Shades of Malachite #0BD63D

Tints of Malachite #0BD63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 3.85%
G = 74.83%
B = 21.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#0BD63D (or 0x0BD63D) is known color: Malachite. HEX triplet: 0B, D6 and 3D. RGB value is (11,214,61). Sum of RGB (Red+Green+Blue) = 11+214+61=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 214 (83.98% from 255 or 74.83% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD63D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD63D is #F429C2. Grayscale: #888888. Windows color (decimal): -16001475 or 4052491. OLE color: 4052491.

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

Color convert

RGB 11 214 61 -
CMYK 0.95 0 0.71 0.16
HSL 134.78º 0.9% 0.44% -
HSV(B) 134.78º 0.95% 0.84% -
XYZ 25.03 48.5 12.46 -
YUV 135.86 85.75 38.94 -
System Red Green Blue C M Y K H S L
Decimal 11 214 61 0.95 0 0.71 0.16 134.78 0.9 0.44
Hex B D6 3D 5F 0 47 10 87 5A 2C
Octal 13 326 75 137 0 107 20 207 132 54
Binary 1011 11010110 111101 1011111 0 1000111 10000 10000111 1011010 101100

Color Harmonies of #0BD63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD63D

Black with #0BD63D

Text Example


Text Example

White with #0BD63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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