Html Css Color HEX #2DF855 Malachite

📋 copy color: '#2DF855'

red 45 ◦ green 248 ◦ blue 85

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

Shades of Malachite #2DF855

Tints of Malachite #2DF855

RGB

 RED value IS 45 (17.97% from 255) = 11.9%

 GREEN value IS 248 (97.27% from 255) = 65.61%

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 11.9%
G = 65.61%
B = 22.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#2DF855 (or 0x2DF855) is known color: Malachite. HEX triplet: 2D, F8 and 55. RGB value is (45,248,85). Sum of RGB (Red+Green+Blue) = 45+248+85=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 248 (97.27% from 255 or 65.61% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF855 is #D207AA. Grayscale: #A9A9A9. Windows color (decimal): -13764523 or 5634093. OLE color: 5634093.

HSL color Cylindrical-coordinate representation of color #2DF855: hue angle of 131.82º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF855 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 45 248 85 -
CMYK 0.82 0 0.66 0.03
HSL 131.82º 0.94% 0.57% -
HSV(B) 131.82º 0.82% 0.97% -
XYZ 36.29 68.35 19.87 -
YUV 168.72 80.75 39.75 -
System Red Green Blue C M Y K H S L
Decimal 45 248 85 0.82 0 0.66 0.03 131.82 0.94 0.57
Hex 2D F8 55 52 0 42 3 84 5E 39
Octal 55 370 125 122 0 102 3 204 136 71
Binary 101101 11111000 1010101 1010010 0 1000010 11 10000100 1011110 111001

Color Harmonies of #2DF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF855

Black with #2DF855

Text Example


Text Example

White with #2DF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DF855; }

 p { color: rgb(45,248,85); }

 H1.HeaderClassName
 {
   color: #2DF855;
 }
 .AnyTagClassName
 {
   color: #2DF855;
 }
</style>

background-color css

<style>
 a { background-color: #2DF855; }

 a { background-color: rgb(45,248,85); }

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

border-color css

<style>
 span { border-color: #2DF855; }

 span { border-color: rgb(45,248,85); }

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