Html Css Color HEX #75B528 Lima

📋 copy color: '#75B528'

red 117 ◦ green 181 ◦ blue 40

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

Shades of Lima #75B528

Tints of Lima #75B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.55%

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 34.62%
G = 53.55%
B = 11.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#75B528 (or 0x75B528) is known color: Lima. HEX triplet: 75, B5 and 28. RGB value is (117,181,40). Sum of RGB (Red+Green+Blue) = 117+181+40=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #75B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B528 is #8A4AD7. Grayscale: #929292. Windows color (decimal): -9063128 or 2667893. OLE color: 2667893.

HSL color Cylindrical-coordinate representation of color #75B528: hue angle of 87.23º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75B528 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 181 40 -
CMYK 0.35 0 0.78 0.29
HSL 87.23º 0.64% 0.43% -
HSV(B) 87.23º 0.78% 0.71% -
XYZ 24.24 36.98 7.87 -
YUV 145.79 68.3 107.46 -
System Red Green Blue C M Y K H S L
Decimal 117 181 40 0.35 0 0.78 0.29 87.23 0.64 0.43
Hex 75 B5 28 23 0 4E 1D 57 40 2B
Octal 165 265 50 43 0 116 35 127 100 53
Binary 1110101 10110101 101000 100011 0 1001110 11101 1010111 1000000 101011

Color Harmonies of #75B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B528

Black with #75B528

Text Example


Text Example

White with #75B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,181,40); }

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

background-color css

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

 a { background-color: rgb(117,181,40); }

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

border-color css

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

 span { border-color: rgb(117,181,40); }

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