Html Css Color HEX #75F800 Lawn Green

📋 copy color: '#75F800'

red 117 ◦ green 248 ◦ blue 0

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

Shades of Lawn Green #75F800

Tints of Lawn Green #75F800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.05%
G = 67.95%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#75F800 (or 0x75F800) is known color: Lawn Green. HEX triplet: 75, F8 and 00. RGB value is (117,248,0). Sum of RGB (Red+Green+Blue) = 117+248+0=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #75F800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F800 is #8A07FF. Grayscale: #B5B5B5. Windows color (decimal): -9046016 or 63605. OLE color: 63605.

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

Color convert

RGB 117 248 0 -
CMYK 0.53 0 1 0.03
HSL 91.69º 1% 0.49% -
HSV(B) 91.69º 1% 0.97% -
XYZ 40.9 70.92 11.53 -
YUV 180.56 26.1 82.67 -
System Red Green Blue C M Y K H S L
Decimal 117 248 0 0.53 0 1 0.03 91.69 1 0.49
Hex 75 F8 0 35 0 64 3 5C 64 31
Octal 165 370 0 65 0 144 3 134 144 61
Binary 1110101 11111000 0 110101 0 1100100 11 1011100 1100100 110001

Color Harmonies of #75F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F800

Black with #75F800

Text Example


Text Example

White with #75F800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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