Html Css Color HEX #75AC23 Lima

📋 copy color: '#75AC23'

red 117 ◦ green 172 ◦ blue 35

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

Shades of Lima #75AC23

Tints of Lima #75AC23

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.09%

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 36.11%
G = 53.09%
B = 10.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#75AC23 (or 0x75AC23) is known color: Lima. HEX triplet: 75, AC and 23. RGB value is (117,172,35). Sum of RGB (Red+Green+Blue) = 117+172+35=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC23 is #8A53DC. Grayscale: #8C8C8C. Windows color (decimal): -9065437 or 2337909. OLE color: 2337909.

HSL color Cylindrical-coordinate representation of color #75AC23: hue angle of 84.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75AC23 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 35 -
CMYK 0.32 0 0.80 0.33
HSL 84.09º 0.66% 0.41% -
HSV(B) 84.09º 0.8% 0.67% -
XYZ 22.39 33.41 6.86 -
YUV 139.94 68.78 111.64 -
System Red Green Blue C M Y K H S L
Decimal 117 172 35 0.32 0 0.80 0.33 84.09 0.66 0.41
Hex 75 AC 23 20 0 50 21 54 42 29
Octal 165 254 43 40 0 120 41 124 102 51
Binary 1110101 10101100 100011 100000 0 1010000 100001 1010100 1000010 101001

Color Harmonies of #75AC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC23

Black with #75AC23

Text Example


Text Example

White with #75AC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,35); }

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

background-color css

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

 a { background-color: rgb(117,172,35); }

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

border-color css

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

 span { border-color: rgb(117,172,35); }

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