Html Css Color HEX #75F81C Lawn Green

📋 copy color: '#75F81C'

red 117 ◦ green 248 ◦ blue 28

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

Shades of Lawn Green #75F81C

Tints of Lawn Green #75F81C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 63.1%

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 29.77%
G = 63.1%
B = 7.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#75F81C (or 0x75F81C) is known color: Lawn Green. HEX triplet: 75, F8 and 1C. RGB value is (117,248,28). Sum of RGB (Red+Green+Blue) = 117+248+28=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #75F81C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F81C is #8A07E3. Grayscale: #B8B8B8. Windows color (decimal): -9045988 or 1898613. OLE color: 1898613.

HSL color Cylindrical-coordinate representation of color #75F81C: hue angle of 95.73º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75F81C is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 248 28 -
CMYK 0.53 0 0.89 0.03
HSL 95.73º 0.94% 0.54% -
HSV(B) 95.73º 0.89% 0.97% -
XYZ 41.11 71 12.64 -
YUV 183.75 40.1 80.39 -
System Red Green Blue C M Y K H S L
Decimal 117 248 28 0.53 0 0.89 0.03 95.73 0.94 0.54
Hex 75 F8 1C 35 0 59 3 60 5E 36
Octal 165 370 34 65 0 131 3 140 136 66
Binary 1110101 11111000 11100 110101 0 1011001 11 1100000 1011110 110110

Color Harmonies of #75F81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F81C

Black with #75F81C

Text Example


Text Example

White with #75F81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,248,28); }

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

background-color css

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

 a { background-color: rgb(117,248,28); }

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

border-color css

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

 span { border-color: rgb(117,248,28); }

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