Html Css Color HEX #0BCD4D Malachite

📋 copy color: '#0BCD4D'

red 11 ◦ green 205 ◦ blue 77

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

Shades of Malachite #0BCD4D

Tints of Malachite #0BCD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 3.75%
G = 69.97%
B = 26.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#0BCD4D (or 0x0BCD4D) is known color: Malachite. HEX triplet: 0B, CD and 4D. RGB value is (11,205,77). Sum of RGB (Red+Green+Blue) = 11+205+77=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCD4D is #F432B2. Grayscale: #848484. Windows color (decimal): -16003763 or 5098763. OLE color: 5098763.

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

Color convert

RGB 11 205 77 -
CMYK 0.95 0 0.62 0.20
HSL 140.41º 0.9% 0.42% -
HSV(B) 140.41º 0.95% 0.8% -
XYZ 23.31 44.27 14.34 -
YUV 132.4 96.73 41.41 -
System Red Green Blue C M Y K H S L
Decimal 11 205 77 0.95 0 0.62 0.20 140.41 0.9 0.42
Hex B CD 4D 5F 0 3E 14 8C 5A 2A
Octal 13 315 115 137 0 76 24 214 132 52
Binary 1011 11001101 1001101 1011111 0 111110 10100 10001100 1011010 101010

Color Harmonies of #0BCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCD4D

Black with #0BCD4D

Text Example


Text Example

White with #0BCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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