#0DCF4B

Color #0DCF4B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0DCF4B

Tints of Malachite #0DCF4B

Color information

#0DCF4B (or 0x0DCF4B) is unknown color: approx Malachite. HEX triplet: 0D, CF and 4B. RGB value is (13,207,75). Sum of RGB (Red+Green+Blue) = 13+207+75=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCF4B is #F230B4. Grayscale: #868686. Windows color (decimal): -15872181 or 4968205. OLE color: 4968205.

HSL color Cylindrical-coordinate representation of color #0DCF4B: hue angle of 139.18º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF4B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB1320775-
CMYK0.9400.640.19
HSL139.18º88.18%43.14%-
HSV(B)139.18º93.72%81.18%-
XYZ23.7545.2214.13-
YUV133.9594.7341.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.41%
GREEN value IS 207 (81.25% from 255) = 70.17%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=4.41%
G=70.17%
B=25.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13207750.9400.640.19139.1888.1843.14
HexDCF4B5E040138b582b
Octal1531711313601002321313053
Binary110111001111100101110111100100000010011100010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,207,75); }

 H1.HeaderClassName
 {
   color: #0DCF4B;
 }
 .AnyTagClassName
 {
   color: #0DCF4B;
 }
</style>
background-color css

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

 a { background-color: rgb(13,207,75); }

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

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

 span { border-color: rgb(13,207,75); }

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