Html Css Color HEX #75FBA8 Light Green

📋 copy color: '#75FBA8'

red 117 ◦ green 251 ◦ blue 168

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

Shades of Light Green #75FBA8

Tints of Light Green #75FBA8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.83%

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 21.83%
G = 46.83%
B = 31.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#75FBA8 (or 0x75FBA8) is known color: Light Green. HEX triplet: 75, FB and A8. RGB value is (117,251,168). Sum of RGB (Red+Green+Blue) = 117+251+168=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FBA8 is #8A0457. Grayscale: #C9C9C9. Windows color (decimal): -9045080 or 11074421. OLE color: 11074421.

HSL color Cylindrical-coordinate representation of color #75FBA8: hue angle of 142.84º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBA8 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 251 168 -
CMYK 0.53 0 0.33 0.02
HSL 142.84º 0.94% 0.72% -
HSV(B) 142.84º 0.53% 0.98% -
XYZ 48.9 75.6 49.06 -
YUV 201.47 109.11 67.75 -
System Red Green Blue C M Y K H S L
Decimal 117 251 168 0.53 0 0.33 0.02 142.84 0.94 0.72
Hex 75 FB A8 35 0 21 2 8F 5E 48
Octal 165 373 250 65 0 41 2 217 136 110
Binary 1110101 11111011 10101000 110101 0 100001 10 10001111 1011110 1001000

Color Harmonies of #75FBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FBA8

Black with #75FBA8

Text Example


Text Example

White with #75FBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,251,168); }

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

background-color css

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

 a { background-color: rgb(117,251,168); }

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

border-color css

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

 span { border-color: rgb(117,251,168); }

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