Html Css Color HEX #75C829 Lima

📋 copy color: '#75C829'

red 117 ◦ green 200 ◦ blue 41

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

Shades of Lima #75C829

Tints of Lima #75C829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 32.68%
G = 55.87%
B = 11.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#75C829 (or 0x75C829) is known color: Lima. HEX triplet: 75, C8 and 29. RGB value is (117,200,41). Sum of RGB (Red+Green+Blue) = 117+200+41=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #75C829 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C829 is #8A37D6. Grayscale: #9D9D9D. Windows color (decimal): -9058263 or 2738293. OLE color: 2738293.

HSL color Cylindrical-coordinate representation of color #75C829: hue angle of 91.32º degrees, saturation: 0.66, 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 #75C829 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 41 -
CMYK 0.42 0 0.80 0.22
HSL 91.32º 0.66% 0.47% -
HSV(B) 91.32º 0.8% 0.78% -
XYZ 28.39 45.25 9.34 -
YUV 157.06 62.5 99.43 -
System Red Green Blue C M Y K H S L
Decimal 117 200 41 0.42 0 0.80 0.22 91.32 0.66 0.47
Hex 75 C8 29 2A 0 50 16 5B 42 2F
Octal 165 310 51 52 0 120 26 133 102 57
Binary 1110101 11001000 101001 101010 0 1010000 10110 1011011 1000010 101111

Color Harmonies of #75C829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C829

Black with #75C829

Text Example


Text Example

White with #75C829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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