Html Css Color HEX #0BE66D Malachite

📋 copy color: '#0BE66D'

red 11 ◦ green 230 ◦ blue 109

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

Shades of Malachite #0BE66D

Tints of Malachite #0BE66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 65.71%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 3.14%
G = 65.71%
B = 31.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#0BE66D (or 0x0BE66D) is known color: Malachite. HEX triplet: 0B, E6 and 6D. RGB value is (11,230,109). Sum of RGB (Red+Green+Blue) = 11+230+109=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE66D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE66D is #F41992. Grayscale: #969696. Windows color (decimal): -15997331 or 7202315. OLE color: 7202315.

HSL color Cylindrical-coordinate representation of color #0BE66D: hue angle of 146.85º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE66D is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 230 109 -
CMYK 0.95 0 0.53 0.10
HSL 146.85º 0.91% 0.47% -
HSV(B) 146.85º 0.95% 0.9% -
XYZ 31.2 57.77 23.97 -
YUV 150.73 104.45 28.34 -
System Red Green Blue C M Y K H S L
Decimal 11 230 109 0.95 0 0.53 0.10 146.85 0.91 0.47
Hex B E6 6D 5F 0 35 A 93 5B 2F
Octal 13 346 155 137 0 65 12 223 133 57
Binary 1011 11100110 1101101 1011111 0 110101 1010 10010011 1011011 101111

Color Harmonies of #0BE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE66D

Black with #0BE66D

Text Example


Text Example

White with #0BE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,230,109); }

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

background-color css

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

 a { background-color: rgb(11,230,109); }

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

border-color css

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

 span { border-color: rgb(11,230,109); }

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