Html Css Color HEX #08CF4B Malachite

📋 copy color: '#08CF4B'

red 8 ◦ green 207 ◦ blue 75

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

Shades of Malachite #08CF4B

Tints of Malachite #08CF4B

RGB

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

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

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

R = 2.76%
G = 71.38%
B = 25.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#08CF4B (or 0x08CF4B) is known color: Malachite. HEX triplet: 08, CF and 4B. RGB value is (8,207,75). Sum of RGB (Red+Green+Blue) = 8+207+75=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 207 (81.25% from 255 or 71.38% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CF4B is #F730B4. Grayscale: #848484. Windows color (decimal): -16199861 or 4968200. OLE color: 4968200.

HSL color Cylindrical-coordinate representation of color #08CF4B: hue angle of 140.2º 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 #08CF4B is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 207 75 -
CMYK 0.96 0 0.64 0.19
HSL 140.2º 0.93% 0.42% -
HSV(B) 140.2º 0.96% 0.81% -
XYZ 23.68 45.19 14.13 -
YUV 132.45 95.57 39.23 -
System Red Green Blue C M Y K H S L
Decimal 8 207 75 0.96 0 0.64 0.19 140.2 0.93 0.42
Hex 8 CF 4B 60 0 40 13 8C 5D 2A
Octal 10 317 113 140 0 100 23 214 135 52
Binary 1000 11001111 1001011 1100000 0 1000000 10011 10001100 1011101 101010

Color Harmonies of #08CF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CF4B

Black with #08CF4B

Text Example


Text Example

White with #08CF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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