Html Css Color HEX #0BDB69 Malachite

📋 copy color: '#0BDB69'

red 11 ◦ green 219 ◦ blue 105

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

Shades of Malachite #0BDB69

Tints of Malachite #0BDB69

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.37%

 BLUE value IS 105 (41.41% from 255) = 31.34%

R = 3.28%
G = 65.37%
B = 31.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#0BDB69 (or 0x0BDB69) is known color: Malachite. HEX triplet: 0B, DB and 69. RGB value is (11,219,105). Sum of RGB (Red+Green+Blue) = 11+219+105=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDB69 is #F42496. Grayscale: #909090. Windows color (decimal): -16000151 or 6937355. OLE color: 6937355.

HSL color Cylindrical-coordinate representation of color #0BDB69: hue angle of 147.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDB69 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 219 105 -
CMYK 0.95 0 0.52 0.14
HSL 147.12º 0.9% 0.45% -
HSV(B) 147.12º 0.95% 0.86% -
XYZ 28.02 51.75 21.88 -
YUV 143.81 106.09 33.27 -
System Red Green Blue C M Y K H S L
Decimal 11 219 105 0.95 0 0.52 0.14 147.12 0.9 0.45
Hex B DB 69 5F 0 34 E 93 5A 2D
Octal 13 333 151 137 0 64 16 223 132 55
Binary 1011 11011011 1101001 1011111 0 110100 1110 10010011 1011010 101101

Color Harmonies of #0BDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDB69

Black with #0BDB69

Text Example


Text Example

White with #0BDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,219,105); }

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

background-color css

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

 a { background-color: rgb(11,219,105); }

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

border-color css

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

 span { border-color: rgb(11,219,105); }

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