Html Css Color HEX #0DFF48 Malachite

📋 copy color: '#0DFF48'

red 13 ◦ green 255 ◦ blue 72

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

Shades of Malachite #0DFF48

Tints of Malachite #0DFF48

RGB

 RED value IS 13 (5.47% from 255) = 3.82%

 GREEN value IS 255 (100% from 255) = 75%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 3.82%
G = 75%
B = 21.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#0DFF48 (or 0x0DFF48) is known color: Malachite. HEX triplet: 0D, FF and 48. RGB value is (13,255,72). Sum of RGB (Red+Green+Blue) = 13+255+72=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF48 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFF48 is #F200B7. Grayscale: #A2A2A2. Windows color (decimal): -15859896 or 4783885. OLE color: 4783885.

HSL color Cylindrical-coordinate representation of color #0DFF48: hue angle of 134.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF48 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 72 -
CMYK 0.95 0 0.72 0
HSL 134.63º 1% 0.53% -
HSV(B) 134.63º 0.95% 1% -
XYZ 37.1 72.07 18.09 -
YUV 161.78 77.33 21.88 -
System Red Green Blue C M Y K H S L
Decimal 13 255 72 0.95 0 0.72 0 134.63 1 0.53
Hex D FF 48 5F 0 48 0 87 64 35
Octal 15 377 110 137 0 110 0 207 144 65
Binary 1101 11111111 1001000 1011111 0 1001000 0 10000111 1100100 110101

Color Harmonies of #0DFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFF48

Black with #0DFF48

Text Example


Text Example

White with #0DFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,255,72); }

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

background-color css

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

 a { background-color: rgb(13,255,72); }

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

border-color css

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

 span { border-color: rgb(13,255,72); }

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