Html Css Color HEX #75DC07 Lawn Green

📋 copy color: '#75DC07'

red 117 ◦ green 220 ◦ blue 7

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

Shades of Lawn Green #75DC07

Tints of Lawn Green #75DC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.95%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 34.01%
G = 63.95%
B = 2.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#75DC07 (or 0x75DC07) is known color: Lawn Green. HEX triplet: 75, DC and 07. RGB value is (117,220,7). Sum of RGB (Red+Green+Blue) = 117+220+7=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC07 is #8A23F8. Grayscale: #A5A5A5. Windows color (decimal): -9053177 or 515189. OLE color: 515189.

HSL color Cylindrical-coordinate representation of color #75DC07: hue angle of 89.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75DC07 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 7 -
CMYK 0.47 0 0.97 0.14
HSL 89.01º 0.94% 0.45% -
HSV(B) 89.01º 0.97% 0.86% -
XYZ 32.97 54.98 9.08 -
YUV 164.92 38.88 93.82 -
System Red Green Blue C M Y K H S L
Decimal 117 220 7 0.47 0 0.97 0.14 89.01 0.94 0.45
Hex 75 DC 7 2F 0 61 E 59 5E 2D
Octal 165 334 7 57 0 141 16 131 136 55
Binary 1110101 11011100 111 101111 0 1100001 1110 1011001 1011110 101101

Color Harmonies of #75DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC07

Black with #75DC07

Text Example


Text Example

White with #75DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,7); }

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

background-color css

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

 a { background-color: rgb(117,220,7); }

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

border-color css

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

 span { border-color: rgb(117,220,7); }

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