Html Css Color HEX #75FA1A Lawn Green

📋 copy color: '#75FA1A'

red 117 ◦ green 250 ◦ blue 26

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

Shades of Lawn Green #75FA1A

Tints of Lawn Green #75FA1A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 63.61%

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 29.77%
G = 63.61%
B = 6.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#75FA1A (or 0x75FA1A) is known color: Lawn Green. HEX triplet: 75, FA and 1A. RGB value is (117,250,26). Sum of RGB (Red+Green+Blue) = 117+250+26=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 250 (98.05% from 255 or 63.61% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FA1A is #8A05E5. Grayscale: #B9B9B9. Windows color (decimal): -9045478 or 1768053. OLE color: 1768053.

HSL color Cylindrical-coordinate representation of color #75FA1A: hue angle of 95.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75FA1A is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 250 26 -
CMYK 0.53 0 0.90 0.02
HSL 95.63º 0.96% 0.54% -
HSV(B) 95.63º 0.9% 0.98% -
XYZ 41.71 72.23 12.72 -
YUV 184.7 38.44 79.71 -
System Red Green Blue C M Y K H S L
Decimal 117 250 26 0.53 0 0.90 0.02 95.63 0.96 0.54
Hex 75 FA 1A 35 0 5A 2 60 60 36
Octal 165 372 32 65 0 132 2 140 140 66
Binary 1110101 11111010 11010 110101 0 1011010 10 1100000 1100000 110110

Color Harmonies of #75FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FA1A

Black with #75FA1A

Text Example


Text Example

White with #75FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,250,26); }

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

background-color css

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

 a { background-color: rgb(117,250,26); }

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

border-color css

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

 span { border-color: rgb(117,250,26); }

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