Html Css Color HEX #75F18C Light Green

📋 copy color: '#75F18C'

red 117 ◦ green 241 ◦ blue 140

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

Shades of Light Green #75F18C

Tints of Light Green #75F18C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

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

R = 23.49%
G = 48.39%
B = 28.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#75F18C (or 0x75F18C) is known color: Light Green. HEX triplet: 75, F1 and 8C. RGB value is (117,241,140). Sum of RGB (Red+Green+Blue) = 117+241+140=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #75F18C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F18C is #8A0E73. Grayscale: #C0C0C0. Windows color (decimal): -9047668 or 9236853. OLE color: 9236853.

HSL color Cylindrical-coordinate representation of color #75F18C: hue angle of 131.13º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F18C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 140 -
CMYK 0.51 0 0.42 0.05
HSL 131.13º 0.82% 0.7% -
HSV(B) 131.13º 0.51% 0.95% -
XYZ 43.53 68.59 35.76 -
YUV 192.41 98.42 74.21 -
System Red Green Blue C M Y K H S L
Decimal 117 241 140 0.51 0 0.42 0.05 131.13 0.82 0.7
Hex 75 F1 8C 33 0 2A 5 83 52 46
Octal 165 361 214 63 0 52 5 203 122 106
Binary 1110101 11110001 10001100 110011 0 101010 101 10000011 1010010 1000110

Color Harmonies of #75F18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F18C

Black with #75F18C

Text Example


Text Example

White with #75F18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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