Html Css Color HEX #75C828 Lima

📋 copy color: '#75C828'

red 117 ◦ green 200 ◦ blue 40

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

Shades of Lima #75C828

Tints of Lima #75C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.02%

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

R = 32.77%
G = 56.02%
B = 11.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#75C828 (or 0x75C828) is known color: Lima. HEX triplet: 75, C8 and 28. RGB value is (117,200,40). Sum of RGB (Red+Green+Blue) = 117+200+40=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #75C828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C828 is #8A37D7. Grayscale: #9D9D9D. Windows color (decimal): -9058264 or 2672757. OLE color: 2672757.

HSL color Cylindrical-coordinate representation of color #75C828: hue angle of 91.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75C828 is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 40 -
CMYK 0.42 0 0.8 0.22
HSL 91.13º 0.67% 0.47% -
HSV(B) 91.13º 0.8% 0.78% -
XYZ 28.37 45.24 9.24 -
YUV 156.94 62 99.51 -
System Red Green Blue C M Y K H S L
Decimal 117 200 40 0.42 0 0.8 0.22 91.13 0.67 0.47
Hex 75 C8 28 2A 0 50 16 5B 43 2F
Octal 165 310 50 52 0 120 26 133 103 57
Binary 1110101 11001000 101000 101010 0 1010000 10110 1011011 1000011 101111

Color Harmonies of #75C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C828

Black with #75C828

Text Example


Text Example

White with #75C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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