Html Css Color HEX #35F982 Spring Green

📋 copy color: '#35F982'

red 53 ◦ green 249 ◦ blue 130

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

Shades of Spring Green #35F982

Tints of Spring Green #35F982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.64%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 12.27%
G = 57.64%
B = 30.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#35F982 (or 0x35F982) is known color: Spring Green. HEX triplet: 35, F9 and 82. RGB value is (53,249,130). Sum of RGB (Red+Green+Blue) = 53+249+130=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #35F982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F982 is #CA067D. Grayscale: #B1B1B1. Windows color (decimal): -13239934 or 8583477. OLE color: 8583477.

HSL color Cylindrical-coordinate representation of color #35F982: hue angle of 143.57º degrees, saturation: 0.94, 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 #35F982 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 249 130 -
CMYK 0.79 0 0.48 0.02
HSL 143.57º 0.94% 0.59% -
HSV(B) 143.57º 0.79% 0.98% -
XYZ 39.37 70.12 32.58 -
YUV 176.83 101.57 39.68 -
System Red Green Blue C M Y K H S L
Decimal 53 249 130 0.79 0 0.48 0.02 143.57 0.94 0.59
Hex 35 F9 82 4F 0 30 2 90 5E 3B
Octal 65 371 202 117 0 60 2 220 136 73
Binary 110101 11111001 10000010 1001111 0 110000 10 10010000 1011110 111011

Color Harmonies of #35F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F982

Black with #35F982

Text Example


Text Example

White with #35F982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,249,130); }

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

background-color css

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

 a { background-color: rgb(53,249,130); }

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

border-color css

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

 span { border-color: rgb(53,249,130); }

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