Html Css Color HEX #75D713 Lawn Green

📋 copy color: '#75D713'

red 117 ◦ green 215 ◦ blue 19

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

Shades of Lawn Green #75D713

Tints of Lawn Green #75D713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.25%

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

R = 33.33%
G = 61.25%
B = 5.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#75D713 (or 0x75D713) is known color: Lawn Green. HEX triplet: 75, D7 and 13. RGB value is (117,215,19). Sum of RGB (Red+Green+Blue) = 117+215+19=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #75D713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D713 is #8A28EC. Grayscale: #A4A4A4. Windows color (decimal): -9054445 or 1300341. OLE color: 1300341.

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

Color convert

RGB 117 215 19 -
CMYK 0.46 0 0.91 0.16
HSL 90º 0.84% 0.46% -
HSV(B) 90º 0.91% 0.84% -
XYZ 31.75 52.43 9.06 -
YUV 163.35 46.53 94.94 -
System Red Green Blue C M Y K H S L
Decimal 117 215 19 0.46 0 0.91 0.16 90 0.84 0.46
Hex 75 D7 13 2E 0 5B 10 5A 54 2E
Octal 165 327 23 56 0 133 20 132 124 56
Binary 1110101 11010111 10011 101110 0 1011011 10000 1011010 1010100 101110

Color Harmonies of #75D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D713

Black with #75D713

Text Example


Text Example

White with #75D713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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