Html Css Color HEX #75BA19 Lima

📋 copy color: '#75BA19'

red 117 ◦ green 186 ◦ blue 25

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

Shades of Lima #75BA19

Tints of Lima #75BA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.71%

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 35.67%
G = 56.71%
B = 7.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#75BA19 (or 0x75BA19) is known color: Lima. HEX triplet: 75, BA and 19. RGB value is (117,186,25). Sum of RGB (Red+Green+Blue) = 117+186+25=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA19 is #8A45E6. Grayscale: #939393. Windows color (decimal): -9061863 or 1686133. OLE color: 1686133.

HSL color Cylindrical-coordinate representation of color #75BA19: hue angle of 85.71º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75BA19 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 25 -
CMYK 0.37 0 0.87 0.27
HSL 85.71º 0.76% 0.41% -
HSV(B) 85.71º 0.87% 0.73% -
XYZ 25.07 38.97 7.12 -
YUV 147.02 59.14 106.59 -
System Red Green Blue C M Y K H S L
Decimal 117 186 25 0.37 0 0.87 0.27 85.71 0.76 0.41
Hex 75 BA 19 25 0 57 1B 56 4C 29
Octal 165 272 31 45 0 127 33 126 114 51
Binary 1110101 10111010 11001 100101 0 1010111 11011 1010110 1001100 101001

Color Harmonies of #75BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA19

Black with #75BA19

Text Example


Text Example

White with #75BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,25); }

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

background-color css

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

 a { background-color: rgb(117,186,25); }

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

border-color css

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

 span { border-color: rgb(117,186,25); }

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