Html Css Color HEX #0FFD3D Malachite

📋 copy color: '#0FFD3D'

red 15 ◦ green 253 ◦ blue 61

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

Shades of Malachite #0FFD3D

Tints of Malachite #0FFD3D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.9%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 4.56%
G = 76.9%
B = 18.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#0FFD3D (or 0x0FFD3D) is known color: Malachite. HEX triplet: 0F, FD and 3D. RGB value is (15,253,61). Sum of RGB (Red+Green+Blue) = 15+253+61=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 253 (99.22% from 255 or 76.90% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD3D is #F002C2. Grayscale: #A0A0A0. Windows color (decimal): -15729347 or 4062479. OLE color: 4062479.

HSL color Cylindrical-coordinate representation of color #0FFD3D: hue angle of 131.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD3D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 253 61 -
CMYK 0.94 0 0.76 0.01
HSL 131.6º 0.98% 0.53% -
HSV(B) 131.6º 0.94% 0.99% -
XYZ 36.16 70.69 16.15 -
YUV 159.95 72.15 24.61 -
System Red Green Blue C M Y K H S L
Decimal 15 253 61 0.94 0 0.76 0.01 131.6 0.98 0.53
Hex F FD 3D 5E 0 4C 1 84 62 35
Octal 17 375 75 136 0 114 1 204 142 65
Binary 1111 11111101 111101 1011110 0 1001100 1 10000100 1100010 110101

Color Harmonies of #0FFD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFD3D

Black with #0FFD3D

Text Example


Text Example

White with #0FFD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,253,61); }

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

background-color css

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

 a { background-color: rgb(15,253,61); }

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

border-color css

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

 span { border-color: rgb(15,253,61); }

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