Html Css Color HEX #75C631 Lima

📋 copy color: '#75C631'

red 117 ◦ green 198 ◦ blue 49

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

Shades of Lima #75C631

Tints of Lima #75C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.4%

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

R = 32.14%
G = 54.4%
B = 13.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#75C631 (or 0x75C631) is known color: Lima. HEX triplet: 75, C6 and 31. RGB value is (117,198,49). Sum of RGB (Red+Green+Blue) = 117+198+49=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #75C631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C631 is #8A39CE. Grayscale: #9D9D9D. Windows color (decimal): -9058767 or 3262069. OLE color: 3262069.

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

Color convert

RGB 117 198 49 -
CMYK 0.41 0 0.75 0.22
HSL 92.62º 0.6% 0.48% -
HSV(B) 92.62º 0.75% 0.78% -
XYZ 28.08 44.39 9.99 -
YUV 156.8 67.16 99.62 -
System Red Green Blue C M Y K H S L
Decimal 117 198 49 0.41 0 0.75 0.22 92.62 0.6 0.48
Hex 75 C6 31 29 0 4B 16 5D 3C 30
Octal 165 306 61 51 0 113 26 135 74 60
Binary 1110101 11000110 110001 101001 0 1001011 10110 1011101 111100 110000

Color Harmonies of #75C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C631

Black with #75C631

Text Example


Text Example

White with #75C631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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