Html Css Color HEX #75FC8C Light Green

📋 copy color: '#75FC8C'

red 117 ◦ green 252 ◦ blue 140

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

Shades of Light Green #75FC8C

Tints of Light Green #75FC8C

RGB

 RED value IS 117 (46.09% from 255) = 22.99%

 GREEN value IS 252 (98.83% from 255) = 49.51%

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 22.99%
G = 49.51%
B = 27.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#75FC8C (or 0x75FC8C) is known color: Light Green. HEX triplet: 75, FC and 8C. RGB value is (117,252,140). Sum of RGB (Red+Green+Blue) = 117+252+140=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FC8C is #8A0373. Grayscale: #C7C7C7. Windows color (decimal): -9044852 or 9239669. OLE color: 9239669.

HSL color Cylindrical-coordinate representation of color #75FC8C: hue angle of 130.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FC8C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 252 140 -
CMYK 0.54 0 0.44 0.01
HSL 130.22º 0.96% 0.72% -
HSV(B) 130.22º 0.54% 0.99% -
XYZ 46.88 75.3 36.87 -
YUV 198.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 117 252 140 0.54 0 0.44 0.01 130.22 0.96 0.72
Hex 75 FC 8C 36 0 2C 1 82 60 48
Octal 165 374 214 66 0 54 1 202 140 110
Binary 1110101 11111100 10001100 110110 0 101100 1 10000010 1100000 1001000

Color Harmonies of #75FC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FC8C

Black with #75FC8C

Text Example


Text Example

White with #75FC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FC8C; }

 p { color: rgb(117,252,140); }

 H1.HeaderClassName
 {
   color: #75FC8C;
 }
 .AnyTagClassName
 {
   color: #75FC8C;
 }
</style>

background-color css

<style>
 a { background-color: #75FC8C; }

 a { background-color: rgb(117,252,140); }

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

border-color css

<style>
 span { border-color: #75FC8C; }

 span { border-color: rgb(117,252,140); }

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