Html Css Color HEX #75F505 Lawn Green

📋 copy color: '#75F505'

red 117 ◦ green 245 ◦ blue 5

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

Shades of Lawn Green #75F505

Tints of Lawn Green #75F505

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.76%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 31.88%
G = 66.76%
B = 1.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#75F505 (or 0x75F505) is known color: Lawn Green. HEX triplet: 75, F5 and 05. RGB value is (117,245,5). Sum of RGB (Red+Green+Blue) = 117+245+5=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 245 (96.09% from 255 or 66.76% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 245 - color contains mainly: green. Hex color #75F505 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F505 is #8A0AFA. Grayscale: #B4B4B4. Windows color (decimal): -9046779 or 390517. OLE color: 390517.

HSL color Cylindrical-coordinate representation of color #75F505: hue angle of 92º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75F505 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 245 5 -
CMYK 0.52 0 0.98 0.04
HSL 92º 0.96% 0.49% -
HSV(B) 92º 0.98% 0.96% -
XYZ 40.02 69.1 11.37 -
YUV 179.37 29.59 83.51 -
System Red Green Blue C M Y K H S L
Decimal 117 245 5 0.52 0 0.98 0.04 92 0.96 0.49
Hex 75 F5 5 34 0 62 4 5C 60 31
Octal 165 365 5 64 0 142 4 134 140 61
Binary 1110101 11110101 101 110100 0 1100010 100 1011100 1100000 110001

Color Harmonies of #75F505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F505

Black with #75F505

Text Example


Text Example

White with #75F505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,245,5); }

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

background-color css

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

 a { background-color: rgb(117,245,5); }

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

border-color css

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

 span { border-color: rgb(117,245,5); }

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