Html Css Color HEX #0BE65B Malachite

📋 copy color: '#0BE65B'

red 11 ◦ green 230 ◦ blue 91

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

Shades of Malachite #0BE65B

Tints of Malachite #0BE65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 3.31%
G = 69.28%
B = 27.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#0BE65B (or 0x0BE65B) is known color: Malachite. HEX triplet: 0B, E6 and 5B. RGB value is (11,230,91). Sum of RGB (Red+Green+Blue) = 11+230+91=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 230 (90.23% from 255 or 69.28% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE65B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE65B is #F419A4. Grayscale: #959595. Windows color (decimal): -15997349 or 6022667. OLE color: 6022667.

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

Color convert

RGB 11 230 91 -
CMYK 0.95 0 0.60 0.10
HSL 141.92º 0.91% 0.47% -
HSV(B) 141.92º 0.95% 0.9% -
XYZ 30.32 57.42 19.38 -
YUV 148.67 95.45 29.8 -
System Red Green Blue C M Y K H S L
Decimal 11 230 91 0.95 0 0.60 0.10 141.92 0.91 0.47
Hex B E6 5B 5F 0 3C A 8E 5B 2F
Octal 13 346 133 137 0 74 12 216 133 57
Binary 1011 11100110 1011011 1011111 0 111100 1010 10001110 1011011 101111

Color Harmonies of #0BE65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE65B

Black with #0BE65B

Text Example


Text Example

White with #0BE65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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