Html Css Color HEX #0DFB42 Malachite

📋 copy color: '#0DFB42'

red 13 ◦ green 251 ◦ blue 66

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

Shades of Malachite #0DFB42

Tints of Malachite #0DFB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 76.06%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 3.94%
G = 76.06%
B = 20%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#0DFB42 (or 0x0DFB42) is known color: Malachite. HEX triplet: 0D, FB and 42. RGB value is (13,251,66). Sum of RGB (Red+Green+Blue) = 13+251+66=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFB42 is #F204BD. Grayscale: #9F9F9F. Windows color (decimal): -15860926 or 4389645. OLE color: 4389645.

HSL color Cylindrical-coordinate representation of color #0DFB42: hue angle of 133.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB42 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 251 66 -
CMYK 0.95 0 0.74 0.02
HSL 133.36º 0.97% 0.52% -
HSV(B) 133.36º 0.95% 0.98% -
XYZ 35.65 69.47 16.69 -
YUV 158.75 75.65 24.04 -
System Red Green Blue C M Y K H S L
Decimal 13 251 66 0.95 0 0.74 0.02 133.36 0.97 0.52
Hex D FB 42 5F 0 4A 2 85 61 34
Octal 15 373 102 137 0 112 2 205 141 64
Binary 1101 11111011 1000010 1011111 0 1001010 10 10000101 1100001 110100

Color Harmonies of #0DFB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFB42

Black with #0DFB42

Text Example


Text Example

White with #0DFB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,251,66); }

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

background-color css

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

 a { background-color: rgb(13,251,66); }

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

border-color css

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

 span { border-color: rgb(13,251,66); }

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