Html Css Color HEX #75FA14 Lawn Green

📋 copy color: '#75FA14'

red 117 ◦ green 250 ◦ blue 20

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

Shades of Lawn Green #75FA14

Tints of Lawn Green #75FA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 30.23%
G = 64.6%
B = 5.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#75FA14 (or 0x75FA14) is known color: Lawn Green. HEX triplet: 75, FA and 14. RGB value is (117,250,20). Sum of RGB (Red+Green+Blue) = 117+250+20=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FA14 is #8A05EB. Grayscale: #B8B8B8. Windows color (decimal): -9045484 or 1374837. OLE color: 1374837.

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

Color convert

RGB 117 250 20 -
CMYK 0.53 0 0.92 0.02
HSL 94.7º 0.96% 0.53% -
HSV(B) 94.7º 0.92% 0.98% -
XYZ 41.65 72.2 12.4 -
YUV 184.01 35.44 80.2 -
System Red Green Blue C M Y K H S L
Decimal 117 250 20 0.53 0 0.92 0.02 94.7 0.96 0.53
Hex 75 FA 14 35 0 5C 2 5F 60 35
Octal 165 372 24 65 0 134 2 137 140 65
Binary 1110101 11111010 10100 110101 0 1011100 10 1011111 1100000 110101

Color Harmonies of #75FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FA14

Black with #75FA14

Text Example


Text Example

White with #75FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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