#75EB00

Color #75EB00 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #75EB00

Tints of Lawn Green #75EB00

Color information

#75EB00 (or 0x75EB00) is unknown color: approx Lawn Green. HEX triplet: 75, EB and 00. RGB value is (117,235,0). Sum of RGB (Red+Green+Blue) = 117+235+0=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 235 (92.19% from 255 or 66.76% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 235 - color contains mainly: green. Hex color #75EB00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EB00 is #8A14FF. Grayscale: #ADADAD. Windows color (decimal): -9049344 or 60277. OLE color: 60277.

HSL color Cylindrical-coordinate representation of color #75EB00: hue angle of 90.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75EB00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB1172350-
CMYK0.50010.08
HSL90.13º100%46.08%-
HSV(B)90.13º100%92.16%-
XYZ37.0463.210.25-
YUV172.9330.4188.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 235 (92.19% from 255) = 66.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.24%
G=66.76%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11723500.50010.0890.1310046.08
Hex75EB03206485a642e
Octal16535306201441013214456
Binary111010111101011011001001100100100010110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75EB00;
 }
 .AnyTagClassName
 {
   color: #75EB00;
 }
</style>
background-color css

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

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

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

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

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

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