Html Css Color HEX #05F93D Malachite

📋 copy color: '#05F93D'

red 5 ◦ green 249 ◦ blue 61

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

Shades of Malachite #05F93D

Tints of Malachite #05F93D

RGB

 RED value IS 5 (2.34% from 255) = 1.59%

 GREEN value IS 249 (97.66% from 255) = 79.05%

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

R = 1.59%
G = 79.05%
B = 19.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#05F93D (or 0x05F93D) is known color: Malachite. HEX triplet: 05, F9 and 3D. RGB value is (5,249,61). Sum of RGB (Red+Green+Blue) = 5+249+61=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 249 (97.66% from 255 or 79.05% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 249 - color contains mainly: green. Hex color #05F93D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F93D is #FA06C2. Grayscale: #9B9B9B. Windows color (decimal): -16385731 or 4061445. OLE color: 4061445.

HSL color Cylindrical-coordinate representation of color #05F93D: hue angle of 133.77º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F93D is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 249 61 -
CMYK 0.98 0 0.76 0.02
HSL 133.77º 0.96% 0.5% -
HSV(B) 133.77º 0.98% 0.98% -
XYZ 34.78 68.12 15.73 -
YUV 154.61 75.16 21.29 -
System Red Green Blue C M Y K H S L
Decimal 5 249 61 0.98 0 0.76 0.02 133.77 0.96 0.5
Hex 5 F9 3D 62 0 4C 2 86 60 32
Octal 5 371 75 142 0 114 2 206 140 62
Binary 101 11111001 111101 1100010 0 1001100 10 10000110 1100000 110010

Color Harmonies of #05F93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F93D

Black with #05F93D

Text Example


Text Example

White with #05F93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05F93D; }

 p { color: rgb(5,249,61); }

 H1.HeaderClassName
 {
   color: #05F93D;
 }
 .AnyTagClassName
 {
   color: #05F93D;
 }
</style>

background-color css

<style>
 a { background-color: #05F93D; }

 a { background-color: rgb(5,249,61); }

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

border-color css

<style>
 span { border-color: #05F93D; }

 span { border-color: rgb(5,249,61); }

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