Html Css Color HEX #00FF4B Malachite

📋 copy color: '#00FF4B'

red 0 ◦ green 255 ◦ blue 75

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

Shades of Malachite #00FF4B

Tints of Malachite #00FF4B

RGB

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

 GREEN value IS 255 (100% from 255) = 77.27%

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

R = 0%
G = 77.27%
B = 22.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#00FF4B (or 0x00FF4B) is known color: Malachite. HEX triplet: 00, FF and 4B. RGB value is (0,255,75). Sum of RGB (Red+Green+Blue) = 0+255+75=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FF4B is #FF00B4. Grayscale: #9E9E9E. Windows color (decimal): -16711861 or 4980480. OLE color: 4980480.

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

Color convert

RGB 0 255 75 -
CMYK 1 0 0.71 0
HSL 137.65º 1% 0.5% -
HSV(B) 137.65º 1% 1% -
XYZ 37.03 72.03 18.61 -
YUV 158.24 81.02 15.14 -
System Red Green Blue C M Y K H S L
Decimal 0 255 75 1 0 0.71 0 137.65 1 0.5
Hex 0 FF 4B 64 0 47 0 8A 64 32
Octal 0 377 113 144 0 107 0 212 144 62
Binary 0 11111111 1001011 1100100 0 1000111 0 10001010 1100100 110010

Color Harmonies of #00FF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FF4B

Black with #00FF4B

Text Example


Text Example

White with #00FF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,255,75); }

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

background-color css

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

 a { background-color: rgb(0,255,75); }

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

border-color css

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

 span { border-color: rgb(0,255,75); }

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