Html Css Color HEX #75F10D Lawn Green

📋 copy color: '#75F10D'

red 117 ◦ green 241 ◦ blue 13

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

Shades of Lawn Green #75F10D

Tints of Lawn Green #75F10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.96%

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 31.54%
G = 64.96%
B = 3.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#75F10D (or 0x75F10D) is known color: Lawn Green. HEX triplet: 75, F1 and 0D. RGB value is (117,241,13). Sum of RGB (Red+Green+Blue) = 117+241+13=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #75F10D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F10D is #8A0EF2. Grayscale: #B2B2B2. Windows color (decimal): -9047795 or 913781. OLE color: 913781.

HSL color Cylindrical-coordinate representation of color #75F10D: hue angle of 92.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75F10D is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 13 -
CMYK 0.51 0 0.95 0.05
HSL 92.63º 0.9% 0.5% -
HSV(B) 92.63º 0.95% 0.95% -
XYZ 38.86 66.72 11.21 -
YUV 177.93 34.92 84.54 -
System Red Green Blue C M Y K H S L
Decimal 117 241 13 0.51 0 0.95 0.05 92.63 0.9 0.5
Hex 75 F1 D 33 0 5F 5 5D 5A 32
Octal 165 361 15 63 0 137 5 135 132 62
Binary 1110101 11110001 1101 110011 0 1011111 101 1011101 1011010 110010

Color Harmonies of #75F10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F10D

Black with #75F10D

Text Example


Text Example

White with #75F10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,241,13); }

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

background-color css

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

 a { background-color: rgb(117,241,13); }

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

border-color css

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

 span { border-color: rgb(117,241,13); }

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