Html Css Color HEX #75F694 Light Green

📋 copy color: '#75F694'

red 117 ◦ green 246 ◦ blue 148

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

Shades of Light Green #75F694

Tints of Light Green #75F694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.14%

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 22.9%
G = 48.14%
B = 28.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#75F694 (or 0x75F694) is known color: Light Green. HEX triplet: 75, F6 and 94. RGB value is (117,246,148). Sum of RGB (Red+Green+Blue) = 117+246+148=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #75F694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F694 is #8A096B. Grayscale: #C4C4C4. Windows color (decimal): -9046380 or 9762421. OLE color: 9762421.

HSL color Cylindrical-coordinate representation of color #75F694: hue angle of 134.42º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F694 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 246 148 -
CMYK 0.52 0 0.40 0.04
HSL 134.42º 0.88% 0.71% -
HSV(B) 134.42º 0.52% 0.96% -
XYZ 45.64 71.83 39.48 -
YUV 196.26 100.76 71.47 -
System Red Green Blue C M Y K H S L
Decimal 117 246 148 0.52 0 0.40 0.04 134.42 0.88 0.71
Hex 75 F6 94 34 0 28 4 86 58 47
Octal 165 366 224 64 0 50 4 206 130 107
Binary 1110101 11110110 10010100 110100 0 101000 100 10000110 1011000 1000111

Color Harmonies of #75F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F694

Black with #75F694

Text Example


Text Example

White with #75F694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,246,148); }

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

background-color css

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

 a { background-color: rgb(117,246,148); }

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

border-color css

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

 span { border-color: rgb(117,246,148); }

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