Html Css Color HEX #0FDC33 Malachite

📋 copy color: '#0FDC33'

red 15 ◦ green 220 ◦ blue 51

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

Shades of Malachite #0FDC33

Tints of Malachite #0FDC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.92%

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 5.24%
G = 76.92%
B = 17.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#0FDC33 (or 0x0FDC33) is known color: Malachite. HEX triplet: 0F, DC and 33. RGB value is (15,220,51). Sum of RGB (Red+Green+Blue) = 15+220+51=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDC33 is #F023CC. Grayscale: #8B8B8B. Windows color (decimal): -15737805 or 3398671. OLE color: 3398671.

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

Color convert

RGB 15 220 51 -
CMYK 0.93 0 0.77 0.14
HSL 130.54º 0.87% 0.46% -
HSV(B) 130.54º 0.93% 0.86% -
XYZ 26.39 51.53 11.69 -
YUV 139.44 78.08 39.24 -
System Red Green Blue C M Y K H S L
Decimal 15 220 51 0.93 0 0.77 0.14 130.54 0.87 0.46
Hex F DC 33 5D 0 4D E 83 57 2E
Octal 17 334 63 135 0 115 16 203 127 56
Binary 1111 11011100 110011 1011101 0 1001101 1110 10000011 1010111 101110

Color Harmonies of #0FDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC33

Black with #0FDC33

Text Example


Text Example

White with #0FDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,51); }

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

background-color css

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

 a { background-color: rgb(15,220,51); }

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

border-color css

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

 span { border-color: rgb(15,220,51); }

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