Html Css Color HEX #75DC0F Lawn Green

📋 copy color: '#75DC0F'

red 117 ◦ green 220 ◦ blue 15

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

Shades of Lawn Green #75DC0F

Tints of Lawn Green #75DC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 33.24%
G = 62.5%
B = 4.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#75DC0F (or 0x75DC0F) is known color: Lawn Green. HEX triplet: 75, DC and 0F. RGB value is (117,220,15). Sum of RGB (Red+Green+Blue) = 117+220+15=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC0F is #8A23F0. Grayscale: #A6A6A6. Windows color (decimal): -9053169 or 1039477. OLE color: 1039477.

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

Color convert

RGB 117 220 15 -
CMYK 0.47 0 0.93 0.14
HSL 90.15º 0.87% 0.46% -
HSV(B) 90.15º 0.93% 0.86% -
XYZ 33.02 55 9.33 -
YUV 165.83 42.88 93.17 -
System Red Green Blue C M Y K H S L
Decimal 117 220 15 0.47 0 0.93 0.14 90.15 0.87 0.46
Hex 75 DC F 2F 0 5D E 5A 57 2E
Octal 165 334 17 57 0 135 16 132 127 56
Binary 1110101 11011100 1111 101111 0 1011101 1110 1011010 1010111 101110

Color Harmonies of #75DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC0F

Black with #75DC0F

Text Example


Text Example

White with #75DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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