Html Css Color HEX #35FA74 Spring Green

📋 copy color: '#35FA74'

red 53 ◦ green 250 ◦ blue 116

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

Shades of Spring Green #35FA74

Tints of Spring Green #35FA74

RGB

 RED value IS 53 (21.09% from 255) = 12.65%

 GREEN value IS 250 (98.05% from 255) = 59.67%

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

R = 12.65%
G = 59.67%
B = 27.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#35FA74 (or 0x35FA74) is known color: Spring Green. HEX triplet: 35, FA and 74. RGB value is (53,250,116). Sum of RGB (Red+Green+Blue) = 53+250+116=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FA74 is #CA058B. Grayscale: #B0B0B0. Windows color (decimal): -13239692 or 7666229. OLE color: 7666229.

HSL color Cylindrical-coordinate representation of color #35FA74: hue angle of 139.19º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FA74 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 250 116 -
CMYK 0.79 0 0.54 0.02
HSL 139.19º 0.95% 0.59% -
HSV(B) 139.19º 0.79% 0.98% -
XYZ 38.81 70.39 28.06 -
YUV 175.82 94.23 40.4 -
System Red Green Blue C M Y K H S L
Decimal 53 250 116 0.79 0 0.54 0.02 139.19 0.95 0.59
Hex 35 FA 74 4F 0 36 2 8B 5F 3B
Octal 65 372 164 117 0 66 2 213 137 73
Binary 110101 11111010 1110100 1001111 0 110110 10 10001011 1011111 111011

Color Harmonies of #35FA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FA74

Black with #35FA74

Text Example


Text Example

White with #35FA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35FA74; }

 p { color: rgb(53,250,116); }

 H1.HeaderClassName
 {
   color: #35FA74;
 }
 .AnyTagClassName
 {
   color: #35FA74;
 }
</style>

background-color css

<style>
 a { background-color: #35FA74; }

 a { background-color: rgb(53,250,116); }

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

border-color css

<style>
 span { border-color: #35FA74; }

 span { border-color: rgb(53,250,116); }

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