Html Css Color HEX #75DF13 Lawn Green

📋 copy color: '#75DF13'

red 117 ◦ green 223 ◦ blue 19

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

Shades of Lawn Green #75DF13

Tints of Lawn Green #75DF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 32.59%
G = 62.12%
B = 5.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#75DF13 (or 0x75DF13) is known color: Lawn Green. HEX triplet: 75, DF and 13. RGB value is (117,223,19). Sum of RGB (Red+Green+Blue) = 117+223+19=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF13 is #8A20EC. Grayscale: #A8A8A8. Windows color (decimal): -9052397 or 1302389. OLE color: 1302389.

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

Color convert

RGB 117 223 19 -
CMYK 0.48 0 0.91 0.13
HSL 91.18º 0.84% 0.47% -
HSV(B) 91.18º 0.91% 0.87% -
XYZ 33.84 56.6 9.76 -
YUV 168.05 43.88 91.59 -
System Red Green Blue C M Y K H S L
Decimal 117 223 19 0.48 0 0.91 0.13 91.18 0.84 0.47
Hex 75 DF 13 30 0 5B D 5B 54 2F
Octal 165 337 23 60 0 133 15 133 124 57
Binary 1110101 11011111 10011 110000 0 1011011 1101 1011011 1010100 101111

Color Harmonies of #75DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF13

Black with #75DF13

Text Example


Text Example

White with #75DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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