Html Css Color HEX #75DF11 Lawn Green

📋 copy color: '#75DF11'

red 117 ◦ green 223 ◦ blue 17

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

Shades of Lawn Green #75DF11

Tints of Lawn Green #75DF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 62.46%

 BLUE value IS 17 (7.03% from 255) = 4.76%

R = 32.77%
G = 62.46%
B = 4.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#75DF11 (or 0x75DF11) is known color: Lawn Green. HEX triplet: 75, DF and 11. RGB value is (117,223,17). Sum of RGB (Red+Green+Blue) = 117+223+17=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF11 is #8A20EE. Grayscale: #A8A8A8. Windows color (decimal): -9052399 or 1171317. OLE color: 1171317.

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

Color convert

RGB 117 223 17 -
CMYK 0.48 0 0.92 0.13
HSL 90.87º 0.86% 0.47% -
HSV(B) 90.87º 0.92% 0.87% -
XYZ 33.82 56.6 9.67 -
YUV 167.82 42.88 91.75 -
System Red Green Blue C M Y K H S L
Decimal 117 223 17 0.48 0 0.92 0.13 90.87 0.86 0.47
Hex 75 DF 11 30 0 5C D 5B 56 2F
Octal 165 337 21 60 0 134 15 133 126 57
Binary 1110101 11011111 10001 110000 0 1011100 1101 1011011 1010110 101111

Color Harmonies of #75DF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF11

Black with #75DF11

Text Example


Text Example

White with #75DF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,17); }

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

background-color css

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

 a { background-color: rgb(117,223,17); }

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

border-color css

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

 span { border-color: rgb(117,223,17); }

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