Html Css Color HEX #75DA00 Lawn Green

📋 copy color: '#75DA00'

red 117 ◦ green 218 ◦ blue 0

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

Shades of Lawn Green #75DA00

Tints of Lawn Green #75DA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 65.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.93%
G = 65.07%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#75DA00 (or 0x75DA00) is known color: Lawn Green. HEX triplet: 75, DA and 00. RGB value is (117,218,0). Sum of RGB (Red+Green+Blue) = 117+218+0=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DA00 is #8A25FF. Grayscale: #A3A3A3. Windows color (decimal): -9053696 or 55925. OLE color: 55925.

HSL color Cylindrical-coordinate representation of color #75DA00: hue angle of 87.8º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75DA00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 0 -
CMYK 0.46 0 1 0.15
HSL 87.8º 1% 0.43% -
HSV(B) 87.8º 1% 0.85% -
XYZ 32.41 53.92 8.7 -
YUV 162.95 36.04 95.23 -
System Red Green Blue C M Y K H S L
Decimal 117 218 0 0.46 0 1 0.15 87.8 1 0.43
Hex 75 DA 0 2E 0 64 F 58 64 2B
Octal 165 332 0 56 0 144 17 130 144 53
Binary 1110101 11011010 0 101110 0 1100100 1111 1011000 1100100 101011

Color Harmonies of #75DA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DA00

Black with #75DA00

Text Example


Text Example

White with #75DA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,218,0); }

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

background-color css

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

 a { background-color: rgb(117,218,0); }

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

border-color css

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

 span { border-color: rgb(117,218,0); }

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