Html Css Color HEX #0DFA41 Malachite

📋 copy color: '#0DFA41'

red 13 ◦ green 250 ◦ blue 65

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

Shades of Malachite #0DFA41

Tints of Malachite #0DFA41

RGB

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

 GREEN value IS 250 (98.05% from 255) = 76.22%

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 3.96%
G = 76.22%
B = 19.82%

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

#0DFA41 (or 0x0DFA41) is known color: Malachite. HEX triplet: 0D, FA and 41. RGB value is (13,250,65). Sum of RGB (Red+Green+Blue) = 13+250+65=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 250 (98.05% from 255 or 76.22% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFA41 is #F205BE. Grayscale: #9E9E9E. Windows color (decimal): -15861183 or 4323853. OLE color: 4323853.

HSL color Cylindrical-coordinate representation of color #0DFA41: hue angle of 133.16º degrees, saturation: 0.96, 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 #0DFA41 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 250 65 -
CMYK 0.95 0 0.74 0.02
HSL 133.16º 0.96% 0.52% -
HSV(B) 133.16º 0.95% 0.98% -
XYZ 35.31 68.84 16.43 -
YUV 158.05 75.48 24.54 -
System Red Green Blue C M Y K H S L
Decimal 13 250 65 0.95 0 0.74 0.02 133.16 0.96 0.52
Hex D FA 41 5F 0 4A 2 85 60 34
Octal 15 372 101 137 0 112 2 205 140 64
Binary 1101 11111010 1000001 1011111 0 1001010 10 10000101 1100000 110100

Color Harmonies of #0DFA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFA41

Black with #0DFA41

Text Example


Text Example

White with #0DFA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,250,65); }

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

background-color css

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

 a { background-color: rgb(13,250,65); }

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

border-color css

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

 span { border-color: rgb(13,250,65); }

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