Html Css Color HEX #1CF775 Spring Green

📋 copy color: '#1CF775'

red 28 ◦ green 247 ◦ blue 117

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

Shades of Spring Green #1CF775

Tints of Spring Green #1CF775

RGB

 RED value IS 28 (11.33% from 255) = 7.14%

 GREEN value IS 247 (96.88% from 255) = 63.01%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 7.14%
G = 63.01%
B = 29.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#1CF775 (or 0x1CF775) is known color: Spring Green. HEX triplet: 1C, F7 and 75. RGB value is (28,247,117). Sum of RGB (Red+Green+Blue) = 28+247+117=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 247 (96.88% from 255 or 63.01% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF775 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF775 is #E3088A. Grayscale: #A7A7A7. Windows color (decimal): -14878859 or 7730972. OLE color: 7730972.

HSL color Cylindrical-coordinate representation of color #1CF775: hue angle of 144.38º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF775 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 247 117 -
CMYK 0.89 0 0.53 0.03
HSL 144.38º 0.93% 0.54% -
HSV(B) 144.38º 0.89% 0.97% -
XYZ 36.95 68.05 28.02 -
YUV 166.7 99.95 29.07 -
System Red Green Blue C M Y K H S L
Decimal 28 247 117 0.89 0 0.53 0.03 144.38 0.93 0.54
Hex 1C F7 75 59 0 35 3 90 5D 36
Octal 34 367 165 131 0 65 3 220 135 66
Binary 11100 11110111 1110101 1011001 0 110101 11 10010000 1011101 110110

Color Harmonies of #1CF775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF775

Black with #1CF775

Text Example


Text Example

White with #1CF775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CF775; }

 p { color: rgb(28,247,117); }

 H1.HeaderClassName
 {
   color: #1CF775;
 }
 .AnyTagClassName
 {
   color: #1CF775;
 }
</style>

background-color css

<style>
 a { background-color: #1CF775; }

 a { background-color: rgb(28,247,117); }

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

border-color css

<style>
 span { border-color: #1CF775; }

 span { border-color: rgb(28,247,117); }

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