Html Css Color HEX #0FDD61 Malachite

📋 copy color: '#0FDD61'

red 15 ◦ green 221 ◦ blue 97

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

Shades of Malachite #0FDD61

Tints of Malachite #0FDD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 4.5%
G = 66.37%
B = 29.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#0FDD61 (or 0x0FDD61) is known color: Malachite. HEX triplet: 0F, DD and 61. RGB value is (15,221,97). Sum of RGB (Red+Green+Blue) = 15+221+97=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 221 (86.72% from 255 or 66.37% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD61 is #F0229E. Grayscale: #919191. Windows color (decimal): -15737503 or 6413583. OLE color: 6413583.

HSL color Cylindrical-coordinate representation of color #0FDD61: hue angle of 143.88º 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 #0FDD61 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 221 97 -
CMYK 0.93 0 0.56 0.13
HSL 143.88º 0.87% 0.46% -
HSV(B) 143.88º 0.93% 0.87% -
XYZ 28.21 52.68 19.99 -
YUV 145.27 100.75 35.08 -
System Red Green Blue C M Y K H S L
Decimal 15 221 97 0.93 0 0.56 0.13 143.88 0.87 0.46
Hex F DD 61 5D 0 38 D 90 57 2E
Octal 17 335 141 135 0 70 15 220 127 56
Binary 1111 11011101 1100001 1011101 0 111000 1101 10010000 1010111 101110

Color Harmonies of #0FDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD61

Black with #0FDD61

Text Example


Text Example

White with #0FDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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