Html Css Color HEX #75DC0B Lawn Green

📋 copy color: '#75DC0B'

red 117 ◦ green 220 ◦ blue 11

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

Shades of Lawn Green #75DC0B

Tints of Lawn Green #75DC0B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.22%

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 33.62%
G = 63.22%
B = 3.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#75DC0B (or 0x75DC0B) is known color: Lawn Green. HEX triplet: 75, DC and 0B. RGB value is (117,220,11). Sum of RGB (Red+Green+Blue) = 117+220+11=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC0B is #8A23F4. Grayscale: #A6A6A6. Windows color (decimal): -9053173 or 777333. OLE color: 777333.

HSL color Cylindrical-coordinate representation of color #75DC0B: hue angle of 89.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75DC0B is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 11 -
CMYK 0.47 0 0.95 0.14
HSL 89.57º 0.9% 0.45% -
HSV(B) 89.57º 0.95% 0.86% -
XYZ 32.99 54.99 9.19 -
YUV 165.38 40.88 93.49 -
System Red Green Blue C M Y K H S L
Decimal 117 220 11 0.47 0 0.95 0.14 89.57 0.9 0.45
Hex 75 DC B 2F 0 5F E 5A 5A 2D
Octal 165 334 13 57 0 137 16 132 132 55
Binary 1110101 11011100 1011 101111 0 1011111 1110 1011010 1011010 101101

Color Harmonies of #75DC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC0B

Black with #75DC0B

Text Example


Text Example

White with #75DC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,11); }

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

background-color css

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

 a { background-color: rgb(117,220,11); }

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

border-color css

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

 span { border-color: rgb(117,220,11); }

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