Html Css Color HEX #75C331 Lima

📋 copy color: '#75C331'

red 117 ◦ green 195 ◦ blue 49

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

Shades of Lima #75C331

Tints of Lima #75C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.02%

 BLUE value IS 49 (19.53% from 255) = 13.57%

R = 32.41%
G = 54.02%
B = 13.57%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#75C331 (or 0x75C331) is known color: Lima. HEX triplet: 75, C3 and 31. RGB value is (117,195,49). Sum of RGB (Red+Green+Blue) = 117+195+49=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #75C331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C331 is #8A3CCE. Grayscale: #9B9B9B. Windows color (decimal): -9059535 or 3261301. OLE color: 3261301.

HSL color Cylindrical-coordinate representation of color #75C331: hue angle of 92.05º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75C331 is Cyan = 0.4, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 49 -
CMYK 0.4 0 0.75 0.24
HSL 92.05º 0.6% 0.48% -
HSV(B) 92.05º 0.75% 0.76% -
XYZ 27.41 43.03 9.77 -
YUV 155.03 68.16 100.87 -
System Red Green Blue C M Y K H S L
Decimal 117 195 49 0.4 0 0.75 0.24 92.05 0.6 0.48
Hex 75 C3 31 28 0 4B 18 5C 3C 30
Octal 165 303 61 50 0 113 30 134 74 60
Binary 1110101 11000011 110001 101000 0 1001011 11000 1011100 111100 110000

Color Harmonies of #75C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C331

Black with #75C331

Text Example


Text Example

White with #75C331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,49); }

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

background-color css

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

 a { background-color: rgb(117,195,49); }

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

border-color css

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

 span { border-color: rgb(117,195,49); }

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