Html Css Color HEX #0DFE4B Malachite

📋 copy color: '#0DFE4B'

red 13 ◦ green 254 ◦ blue 75

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

Shades of Malachite #0DFE4B

Tints of Malachite #0DFE4B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 74.27%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 3.8%
G = 74.27%
B = 21.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#0DFE4B (or 0x0DFE4B) is known color: Malachite. HEX triplet: 0D, FE and 4B. RGB value is (13,254,75). Sum of RGB (Red+Green+Blue) = 13+254+75=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 254 (99.61% from 255 or 74.27% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFE4B is #F201B4. Grayscale: #A2A2A2. Windows color (decimal): -15860149 or 4980237. OLE color: 4980237.

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

Color convert

RGB 13 254 75 -
CMYK 0.95 0 0.70 0.00
HSL 135.44º 0.99% 0.52% -
HSV(B) 135.44º 0.95% 1% -
XYZ 36.88 71.48 18.51 -
YUV 161.54 79.16 22.05 -
System Red Green Blue C M Y K H S L
Decimal 13 254 75 0.95 0 0.70 0.00 135.44 0.99 0.52
Hex D FE 4B 5F 0 46 0 87 63 34
Octal 15 376 113 137 0 106 0 207 143 64
Binary 1101 11111110 1001011 1011111 0 1000110 0 10000111 1100011 110100

Color Harmonies of #0DFE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFE4B

Black with #0DFE4B

Text Example


Text Example

White with #0DFE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,254,75); }

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

background-color css

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

 a { background-color: rgb(13,254,75); }

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

border-color css

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

 span { border-color: rgb(13,254,75); }

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