Html Css Color HEX #00D974 Spring Green

📋 copy color: '#00D974'

red 0 ◦ green 217 ◦ blue 116

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

Shades of Spring Green #00D974

Tints of Spring Green #00D974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.17%

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 0%
G = 65.17%
B = 34.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#00D974 (or 0x00D974) is known color: Spring Green. HEX triplet: 00, D9 and 74. RGB value is (0,217,116). Sum of RGB (Red+Green+Blue) = 0+217+116=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 217 (85.16% from 255 or 65.17% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 217 - color contains mainly: green. Hex color #00D974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D974 is #FF268B. Grayscale: #8C8C8C. Windows color (decimal): -16721548 or 7657728. OLE color: 7657728.

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

Color convert

RGB 0 217 116 -
CMYK 1 0 0.47 0.15
HSL 152.07º 1% 0.43% -
HSV(B) 152.07º 1% 0.85% -
XYZ 27.97 50.89 24.87 -
YUV 140.6 114.11 27.71 -
System Red Green Blue C M Y K H S L
Decimal 0 217 116 1 0 0.47 0.15 152.07 1 0.43
Hex 0 D9 74 64 0 2F F 98 64 2B
Octal 0 331 164 144 0 57 17 230 144 53
Binary 0 11011001 1110100 1100100 0 101111 1111 10011000 1100100 101011

Color Harmonies of #00D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D974

Black with #00D974

Text Example


Text Example

White with #00D974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,217,116); }

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

background-color css

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

 a { background-color: rgb(0,217,116); }

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

border-color css

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

 span { border-color: rgb(0,217,116); }

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