Html Css Color HEX #0FDD71 Malachite

📋 copy color: '#0FDD71'

red 15 ◦ green 221 ◦ blue 113

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

Shades of Malachite #0FDD71

Tints of Malachite #0FDD71

RGB

 RED value IS 15 (6.25% from 255) = 4.3%

 GREEN value IS 221 (86.72% from 255) = 63.32%

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 4.3%
G = 63.32%
B = 32.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#0FDD71 (or 0x0FDD71) is known color: Malachite. HEX triplet: 0F, DD and 71. RGB value is (15,221,113). Sum of RGB (Red+Green+Blue) = 15+221+113=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD71 is #F0228E. Grayscale: #939393. Windows color (decimal): -15737487 or 7462159. OLE color: 7462159.

HSL color Cylindrical-coordinate representation of color #0FDD71: hue angle of 148.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD71 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 221 113 -
CMYK 0.93 0 0.49 0.13
HSL 148.54º 0.87% 0.46% -
HSV(B) 148.54º 0.93% 0.87% -
XYZ 29.03 53.01 24.32 -
YUV 147.09 108.75 33.78 -
System Red Green Blue C M Y K H S L
Decimal 15 221 113 0.93 0 0.49 0.13 148.54 0.87 0.46
Hex F DD 71 5D 0 31 D 95 57 2E
Octal 17 335 161 135 0 61 15 225 127 56
Binary 1111 11011101 1110001 1011101 0 110001 1101 10010101 1010111 101110

Color Harmonies of #0FDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD71

Black with #0FDD71

Text Example


Text Example

White with #0FDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,221,113); }

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

background-color css

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

 a { background-color: rgb(15,221,113); }

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

border-color css

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

 span { border-color: rgb(15,221,113); }

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