Html Css Color HEX #75D504 Lawn Green

📋 copy color: '#75D504'

red 117 ◦ green 213 ◦ blue 4

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

Shades of Lawn Green #75D504

Tints of Lawn Green #75D504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 63.77%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 35.03%
G = 63.77%
B = 1.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#75D504 (or 0x75D504) is known color: Lawn Green. HEX triplet: 75, D5 and 04. RGB value is (117,213,4). Sum of RGB (Red+Green+Blue) = 117+213+4=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #75D504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D504 is #8A2AFB. Grayscale: #A1A1A1. Windows color (decimal): -9054972 or 316789. OLE color: 316789.

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

Color convert

RGB 117 213 4 -
CMYK 0.45 0 0.98 0.16
HSL 87.56º 0.96% 0.43% -
HSV(B) 87.56º 0.98% 0.84% -
XYZ 31.15 51.38 8.39 -
YUV 160.47 39.7 96.99 -
System Red Green Blue C M Y K H S L
Decimal 117 213 4 0.45 0 0.98 0.16 87.56 0.96 0.43
Hex 75 D5 4 2D 0 62 10 58 60 2B
Octal 165 325 4 55 0 142 20 130 140 53
Binary 1110101 11010101 100 101101 0 1100010 10000 1011000 1100000 101011

Color Harmonies of #75D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D504

Black with #75D504

Text Example


Text Example

White with #75D504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,213,4); }

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

background-color css

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

 a { background-color: rgb(117,213,4); }

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

border-color css

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

 span { border-color: rgb(117,213,4); }

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