Html Css Color HEX #75DE0D Lawn Green

📋 copy color: '#75DE0D'

red 117 ◦ green 222 ◦ blue 13

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

Shades of Lawn Green #75DE0D

Tints of Lawn Green #75DE0D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.07%

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

R = 33.24%
G = 63.07%
B = 3.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#75DE0D (or 0x75DE0D) is known color: Lawn Green. HEX triplet: 75, DE and 0D. RGB value is (117,222,13). Sum of RGB (Red+Green+Blue) = 117+222+13=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 222 (87.11% from 255 or 63.07% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DE0D is #8A21F2. Grayscale: #A7A7A7. Windows color (decimal): -9052659 or 908917. OLE color: 908917.

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

Color convert

RGB 117 222 13 -
CMYK 0.47 0 0.94 0.13
HSL 90.14º 0.89% 0.46% -
HSV(B) 90.14º 0.94% 0.87% -
XYZ 33.53 56.05 9.43 -
YUV 166.78 41.21 92.49 -
System Red Green Blue C M Y K H S L
Decimal 117 222 13 0.47 0 0.94 0.13 90.14 0.89 0.46
Hex 75 DE D 2F 0 5E D 5A 59 2E
Octal 165 336 15 57 0 136 15 132 131 56
Binary 1110101 11011110 1101 101111 0 1011110 1101 1011010 1011001 101110

Color Harmonies of #75DE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DE0D

Black with #75DE0D

Text Example


Text Example

White with #75DE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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