Html Css Color HEX #75F512 Lawn Green

📋 copy color: '#75F512'

red 117 ◦ green 245 ◦ blue 18

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

Shades of Lawn Green #75F512

Tints of Lawn Green #75F512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 30.79%
G = 64.47%
B = 4.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#75F512 (or 0x75F512) is known color: Lawn Green. HEX triplet: 75, F5 and 12. RGB value is (117,245,18). Sum of RGB (Red+Green+Blue) = 117+245+18=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 245 (96.09% from 255 or 64.47% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 245 - color contains mainly: green. Hex color #75F512 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F512 is #8A0AED. Grayscale: #B5B5B5. Windows color (decimal): -9046766 or 1242485. OLE color: 1242485.

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

Color convert

RGB 117 245 18 -
CMYK 0.52 0 0.93 0.04
HSL 93.83º 0.92% 0.52% -
HSV(B) 93.83º 0.93% 0.96% -
XYZ 40.1 69.13 11.8 -
YUV 180.85 36.09 82.46 -
System Red Green Blue C M Y K H S L
Decimal 117 245 18 0.52 0 0.93 0.04 93.83 0.92 0.52
Hex 75 F5 12 34 0 5D 4 5E 5C 34
Octal 165 365 22 64 0 135 4 136 134 64
Binary 1110101 11110101 10010 110100 0 1011101 100 1011110 1011100 110100

Color Harmonies of #75F512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F512

Black with #75F512

Text Example


Text Example

White with #75F512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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