Html Css Color HEX #00F864 Spring Green

📋 copy color: '#00F864'

red 0 ◦ green 248 ◦ blue 100

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

Shades of Spring Green #00F864

Tints of Spring Green #00F864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 71.26%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 0%
G = 71.26%
B = 28.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#00F864 (or 0x00F864) is known color: Spring Green. HEX triplet: 00, F8 and 64. RGB value is (0,248,100). Sum of RGB (Red+Green+Blue) = 0+248+100=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 248 (97.27% from 255 or 71.26% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 248 - color contains mainly: green. Hex color #00F864 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F864 is #FF079B. Grayscale: #9D9D9D. Windows color (decimal): -16713628 or 6617088. OLE color: 6617088.

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

Color convert

RGB 0 248 100 -
CMYK 1 0 0.60 0.03
HSL 144.19º 1% 0.49% -
HSV(B) 144.19º 1% 0.97% -
XYZ 35.87 68.05 23.3 -
YUV 156.98 95.84 16.03 -
System Red Green Blue C M Y K H S L
Decimal 0 248 100 1 0 0.60 0.03 144.19 1 0.49
Hex 0 F8 64 64 0 3C 3 90 64 31
Octal 0 370 144 144 0 74 3 220 144 61
Binary 0 11111000 1100100 1100100 0 111100 11 10010000 1100100 110001

Color Harmonies of #00F864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F864

Black with #00F864

Text Example


Text Example

White with #00F864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,248,100); }

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

background-color css

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

 a { background-color: rgb(0,248,100); }

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

border-color css

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

 span { border-color: rgb(0,248,100); }

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