Html Css Color HEX #0DFF59 Malachite

📋 copy color: '#0DFF59'

red 13 ◦ green 255 ◦ blue 89

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

Shades of Malachite #0DFF59

Tints of Malachite #0DFF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 3.64%
G = 71.43%
B = 24.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#0DFF59 (or 0x0DFF59) is known color: Malachite. HEX triplet: 0D, FF and 59. RGB value is (13,255,89). Sum of RGB (Red+Green+Blue) = 13+255+89=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF59 is #F200A6. Grayscale: #A4A4A4. Windows color (decimal): -15859879 or 5897997. OLE color: 5897997.

HSL color Cylindrical-coordinate representation of color #0DFF59: hue angle of 138.84º 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 #0DFF59 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 89 -
CMYK 0.95 0 0.65 0
HSL 138.84º 1% 0.53% -
HSV(B) 138.84º 0.95% 1% -
XYZ 37.73 72.33 21.42 -
YUV 163.72 85.83 20.5 -
System Red Green Blue C M Y K H S L
Decimal 13 255 89 0.95 0 0.65 0 138.84 1 0.53
Hex D FF 59 5F 0 41 0 8B 64 35
Octal 15 377 131 137 0 101 0 213 144 65
Binary 1101 11111111 1011001 1011111 0 1000001 0 10001011 1100100 110101

Color Harmonies of #0DFF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFF59

Black with #0DFF59

Text Example


Text Example

White with #0DFF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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