Html Css Color HEX #0BEA41 Malachite

📋 copy color: '#0BEA41'

red 11 ◦ green 234 ◦ blue 65

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

Shades of Malachite #0BEA41

Tints of Malachite #0BEA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75.48%

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 3.55%
G = 75.48%
B = 20.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#0BEA41 (or 0x0BEA41) is known color: Malachite. HEX triplet: 0B, EA and 41. RGB value is (11,234,65). Sum of RGB (Red+Green+Blue) = 11+234+65=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 234 (91.80% from 255 or 75.48% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEA41 is #F415BE. Grayscale: #949494. Windows color (decimal): -15996351 or 4319755. OLE color: 4319755.

HSL color Cylindrical-coordinate representation of color #0BEA41: hue angle of 134.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA41 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 234 65 -
CMYK 0.95 0 0.72 0.08
HSL 134.53º 0.91% 0.48% -
HSV(B) 134.53º 0.95% 0.92% -
XYZ 30.51 59.3 14.84 -
YUV 148.06 81.12 30.24 -
System Red Green Blue C M Y K H S L
Decimal 11 234 65 0.95 0 0.72 0.08 134.53 0.91 0.48
Hex B EA 41 5F 0 48 8 87 5B 30
Octal 13 352 101 137 0 110 10 207 133 60
Binary 1011 11101010 1000001 1011111 0 1001000 1000 10000111 1011011 110000

Color Harmonies of #0BEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEA41

Black with #0BEA41

Text Example


Text Example

White with #0BEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,65); }

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

background-color css

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

 a { background-color: rgb(11,234,65); }

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

border-color css

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

 span { border-color: rgb(11,234,65); }

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