Html Css Color HEX #75F001 Lawn Green

📋 copy color: '#75F001'

red 117 ◦ green 240 ◦ blue 1

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

Shades of Lawn Green #75F001

Tints of Lawn Green #75F001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.04%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 32.68%
G = 67.04%
B = 0.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#75F001 (or 0x75F001) is known color: Lawn Green. HEX triplet: 75, F0 and 01. RGB value is (117,240,1). Sum of RGB (Red+Green+Blue) = 117+240+1=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #75F001 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F001 is #8A0FFE. Grayscale: #B0B0B0. Windows color (decimal): -9048063 or 127093. OLE color: 127093.

HSL color Cylindrical-coordinate representation of color #75F001: hue angle of 90.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75F001 is Cyan = 0.51, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 240 1 -
CMYK 0.51 0 1.00 0.06
HSL 90.88º 0.99% 0.47% -
HSV(B) 90.88º 1% 0.94% -
XYZ 38.5 66.1 10.76 -
YUV 175.98 29.25 85.93 -
System Red Green Blue C M Y K H S L
Decimal 117 240 1 0.51 0 1.00 0.06 90.88 0.99 0.47
Hex 75 F0 1 33 0 64 6 5B 63 2F
Octal 165 360 1 63 0 144 6 133 143 57
Binary 1110101 11110000 1 110011 0 1100100 110 1011011 1100011 101111

Color Harmonies of #75F001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F001

Black with #75F001

Text Example


Text Example

White with #75F001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,240,1); }

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

background-color css

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

 a { background-color: rgb(117,240,1); }

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

border-color css

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

 span { border-color: rgb(117,240,1); }

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