Html Css Color HEX #75F516 Lawn Green

📋 copy color: '#75F516'

red 117 ◦ green 245 ◦ blue 22

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

Shades of Lawn Green #75F516

Tints of Lawn Green #75F516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 63.8%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 30.47%
G = 63.8%
B = 5.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#75F516 (or 0x75F516) is known color: Lawn Green. HEX triplet: 75, F5 and 16. RGB value is (117,245,22). Sum of RGB (Red+Green+Blue) = 117+245+22=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 245 (96.09% from 255 or 63.80% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 245 - color contains mainly: green. Hex color #75F516 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F516 is #8A0AE9. Grayscale: #B6B6B6. Windows color (decimal): -9046762 or 1504629. OLE color: 1504629.

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

Color convert

RGB 117 245 22 -
CMYK 0.52 0 0.91 0.04
HSL 94.44º 0.92% 0.52% -
HSV(B) 94.44º 0.91% 0.96% -
XYZ 40.13 69.14 11.99 -
YUV 181.31 38.09 82.13 -
System Red Green Blue C M Y K H S L
Decimal 117 245 22 0.52 0 0.91 0.04 94.44 0.92 0.52
Hex 75 F5 16 34 0 5B 4 5E 5C 34
Octal 165 365 26 64 0 133 4 136 134 64
Binary 1110101 11110101 10110 110100 0 1011011 100 1011110 1011100 110100

Color Harmonies of #75F516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F516

Black with #75F516

Text Example


Text Example

White with #75F516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,245,22); }

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

background-color css

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

 a { background-color: rgb(117,245,22); }

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

border-color css

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

 span { border-color: rgb(117,245,22); }

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