Html Css Color HEX #00F05B Malachite

📋 copy color: '#00F05B'

red 0 ◦ green 240 ◦ blue 91

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

Shades of Malachite #00F05B

Tints of Malachite #00F05B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 240 (94.14% from 255) = 72.51%

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 0%
G = 72.51%
B = 27.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#00F05B (or 0x00F05B) is known color: Malachite. HEX triplet: 00, F0 and 5B. RGB value is (0,240,91). Sum of RGB (Red+Green+Blue) = 0+240+91=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #00F05B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F05B is #FF0FA4. Grayscale: #979797. Windows color (decimal): -16715685 or 6025216. OLE color: 6025216.

HSL color Cylindrical-coordinate representation of color #00F05B: hue angle of 142.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F05B is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 240 91 -
CMYK 1 0 0.62 0.06
HSL 142.75º 1% 0.47% -
HSV(B) 142.75º 1% 0.94% -
XYZ 33.05 63.08 20.33 -
YUV 151.25 93.99 20.12 -
System Red Green Blue C M Y K H S L
Decimal 0 240 91 1 0 0.62 0.06 142.75 1 0.47
Hex 0 F0 5B 64 0 3E 6 8F 64 2F
Octal 0 360 133 144 0 76 6 217 144 57
Binary 0 11110000 1011011 1100100 0 111110 110 10001111 1100100 101111

Color Harmonies of #00F05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F05B

Black with #00F05B

Text Example


Text Example

White with #00F05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F05B; }

 p { color: rgb(0,240,91); }

 H1.HeaderClassName
 {
   color: #00F05B;
 }
 .AnyTagClassName
 {
   color: #00F05B;
 }
</style>

background-color css

<style>
 a { background-color: #00F05B; }

 a { background-color: rgb(0,240,91); }

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

border-color css

<style>
 span { border-color: #00F05B; }

 span { border-color: rgb(0,240,91); }

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