Html Css Color HEX #0BCD68 Malachite

📋 copy color: '#0BCD68'

red 11 ◦ green 205 ◦ blue 104

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

Shades of Malachite #0BCD68

Tints of Malachite #0BCD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.06%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 3.44%
G = 64.06%
B = 32.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#0BCD68 (or 0x0BCD68) is known color: Malachite. HEX triplet: 0B, CD and 68. RGB value is (11,205,104). Sum of RGB (Red+Green+Blue) = 11+205+104=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCD68 is #F43297. Grayscale: #878787. Windows color (decimal): -16003736 or 6868235. OLE color: 6868235.

HSL color Cylindrical-coordinate representation of color #0BCD68: hue angle of 148.76º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD68 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 104 -
CMYK 0.95 0 0.49 0.20
HSL 148.76º 0.9% 0.42% -
HSV(B) 148.76º 0.95% 0.8% -
XYZ 24.47 44.73 20.44 -
YUV 135.48 110.23 39.21 -
System Red Green Blue C M Y K H S L
Decimal 11 205 104 0.95 0 0.49 0.20 148.76 0.9 0.42
Hex B CD 68 5F 0 31 14 95 5A 2A
Octal 13 315 150 137 0 61 24 225 132 52
Binary 1011 11001101 1101000 1011111 0 110001 10100 10010101 1011010 101010

Color Harmonies of #0BCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCD68

Black with #0BCD68

Text Example


Text Example

White with #0BCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,104); }

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

background-color css

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

 a { background-color: rgb(11,205,104); }

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

border-color css

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

 span { border-color: rgb(11,205,104); }

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