Html Css Color HEX #01DA74 Spring Green

📋 copy color: '#01DA74'

red 1 ◦ green 218 ◦ blue 116

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

Shades of Spring Green #01DA74

Tints of Spring Green #01DA74

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 218 (85.55% from 255) = 65.07%

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

R = 0.3%
G = 65.07%
B = 34.63%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#01DA74 (or 0x01DA74) is known color: Spring Green. HEX triplet: 01, DA and 74. RGB value is (1,218,116). Sum of RGB (Red+Green+Blue) = 1+218+116=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA74 is #FE258B. Grayscale: #8D8D8D. Windows color (decimal): -16655756 or 7657985. OLE color: 7657985.

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

Color convert

RGB 1 218 116 -
CMYK 1.00 0 0.47 0.15
HSL 151.8º 0.99% 0.43% -
HSV(B) 151.8º 1% 0.85% -
XYZ 28.24 51.41 24.96 -
YUV 141.49 113.61 27.79 -
System Red Green Blue C M Y K H S L
Decimal 1 218 116 1.00 0 0.47 0.15 151.8 0.99 0.43
Hex 1 DA 74 64 0 2F F 98 63 2B
Octal 1 332 164 144 0 57 17 230 143 53
Binary 1 11011010 1110100 1100100 0 101111 1111 10011000 1100011 101011

Color Harmonies of #01DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DA74

Black with #01DA74

Text Example


Text Example

White with #01DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DA74; }

 p { color: rgb(1,218,116); }

 H1.HeaderClassName
 {
   color: #01DA74;
 }
 .AnyTagClassName
 {
   color: #01DA74;
 }
</style>

background-color css

<style>
 a { background-color: #01DA74; }

 a { background-color: rgb(1,218,116); }

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

border-color css

<style>
 span { border-color: #01DA74; }

 span { border-color: rgb(1,218,116); }

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