Html Css Color HEX #75C528 Lima

📋 copy color: '#75C528'

red 117 ◦ green 197 ◦ blue 40

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

Shades of Lima #75C528

Tints of Lima #75C528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.65%

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

R = 33.05%
G = 55.65%
B = 11.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#75C528 (or 0x75C528) is known color: Lima. HEX triplet: 75, C5 and 28. RGB value is (117,197,40). Sum of RGB (Red+Green+Blue) = 117+197+40=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #75C528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C528 is #8A3AD7. Grayscale: #9B9B9B. Windows color (decimal): -9059032 or 2671989. OLE color: 2671989.

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

Color convert

RGB 117 197 40 -
CMYK 0.41 0 0.80 0.23
HSL 90.57º 0.66% 0.46% -
HSV(B) 90.57º 0.8% 0.77% -
XYZ 27.69 43.87 9.02 -
YUV 155.18 63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 117 197 40 0.41 0 0.80 0.23 90.57 0.66 0.46
Hex 75 C5 28 29 0 50 17 5B 42 2E
Octal 165 305 50 51 0 120 27 133 102 56
Binary 1110101 11000101 101000 101001 0 1010000 10111 1011011 1000010 101110

Color Harmonies of #75C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C528

Black with #75C528

Text Example


Text Example

White with #75C528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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