Html Css Color HEX #75DC0E Lawn Green

📋 copy color: '#75DC0E'

red 117 ◦ green 220 ◦ blue 14

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

Shades of Lawn Green #75DC0E

Tints of Lawn Green #75DC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 33.33%
G = 62.68%
B = 3.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#75DC0E (or 0x75DC0E) is known color: Lawn Green. HEX triplet: 75, DC and 0E. RGB value is (117,220,14). Sum of RGB (Red+Green+Blue) = 117+220+14=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC0E is #8A23F1. Grayscale: #A6A6A6. Windows color (decimal): -9053170 or 973941. OLE color: 973941.

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

Color convert

RGB 117 220 14 -
CMYK 0.47 0 0.94 0.14
HSL 90º 0.88% 0.46% -
HSV(B) 90º 0.94% 0.86% -
XYZ 33.01 55 9.29 -
YUV 165.72 42.38 93.25 -
System Red Green Blue C M Y K H S L
Decimal 117 220 14 0.47 0 0.94 0.14 90 0.88 0.46
Hex 75 DC E 2F 0 5E E 5A 58 2E
Octal 165 334 16 57 0 136 16 132 130 56
Binary 1110101 11011100 1110 101111 0 1011110 1110 1011010 1011000 101110

Color Harmonies of #75DC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC0E

Black with #75DC0E

Text Example


Text Example

White with #75DC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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