Html Css Color HEX #08F64D Malachite

📋 copy color: '#08F64D'

red 8 ◦ green 246 ◦ blue 77

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

Shades of Malachite #08F64D

Tints of Malachite #08F64D

RGB

 RED value IS 8 (3.52% from 255) = 2.42%

 GREEN value IS 246 (96.48% from 255) = 74.32%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 2.42%
G = 74.32%
B = 23.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#08F64D (or 0x08F64D) is known color: Malachite. HEX triplet: 08, F6 and 4D. RGB value is (8,246,77). Sum of RGB (Red+Green+Blue) = 8+246+77=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 246 (96.48% from 255 or 74.32% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 246 - color contains mainly: green. Hex color #08F64D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F64D is #F709B2. Grayscale: #9C9C9C. Windows color (decimal): -16189875 or 5109256. OLE color: 5109256.

HSL color Cylindrical-coordinate representation of color #08F64D: hue angle of 137.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F64D is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 246 77 -
CMYK 0.97 0 0.69 0.04
HSL 137.4º 0.94% 0.5% -
HSV(B) 137.4º 0.97% 0.96% -
XYZ 34.4 66.5 18.04 -
YUV 155.57 83.65 22.74 -
System Red Green Blue C M Y K H S L
Decimal 8 246 77 0.97 0 0.69 0.04 137.4 0.94 0.5
Hex 8 F6 4D 61 0 45 4 89 5E 32
Octal 10 366 115 141 0 105 4 211 136 62
Binary 1000 11110110 1001101 1100001 0 1000101 100 10001001 1011110 110010

Color Harmonies of #08F64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F64D

Black with #08F64D

Text Example


Text Example

White with #08F64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08F64D; }

 p { color: rgb(8,246,77); }

 H1.HeaderClassName
 {
   color: #08F64D;
 }
 .AnyTagClassName
 {
   color: #08F64D;
 }
</style>

background-color css

<style>
 a { background-color: #08F64D; }

 a { background-color: rgb(8,246,77); }

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

border-color css

<style>
 span { border-color: #08F64D; }

 span { border-color: rgb(8,246,77); }

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