Html Css Color HEX #08CF52 Malachite

📋 copy color: '#08CF52'

red 8 ◦ green 207 ◦ blue 82

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

Shades of Malachite #08CF52

Tints of Malachite #08CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.7%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 2.69%
G = 69.7%
B = 27.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#08CF52 (or 0x08CF52) is known color: Malachite. HEX triplet: 08, CF and 52. RGB value is (8,207,82). Sum of RGB (Red+Green+Blue) = 8+207+82=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF52 is #F730AD. Grayscale: #858585. Windows color (decimal): -16199854 or 5426952. OLE color: 5426952.

HSL color Cylindrical-coordinate representation of color #08CF52: hue angle of 142.31º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF52 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 207 82 -
CMYK 0.96 0 0.60 0.19
HSL 142.31º 0.93% 0.42% -
HSV(B) 142.31º 0.96% 0.81% -
XYZ 23.94 45.29 15.46 -
YUV 133.25 99.07 38.66 -
System Red Green Blue C M Y K H S L
Decimal 8 207 82 0.96 0 0.60 0.19 142.31 0.93 0.42
Hex 8 CF 52 60 0 3C 13 8E 5D 2A
Octal 10 317 122 140 0 74 23 216 135 52
Binary 1000 11001111 1010010 1100000 0 111100 10011 10001110 1011101 101010

Color Harmonies of #08CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CF52

Black with #08CF52

Text Example


Text Example

White with #08CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,207,82); }

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

background-color css

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

 a { background-color: rgb(8,207,82); }

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

border-color css

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

 span { border-color: rgb(8,207,82); }

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