Html Css Color HEX #75C419 Lima

📋 copy color: '#75C419'

red 117 ◦ green 196 ◦ blue 25

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

Shades of Lima #75C419

Tints of Lima #75C419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.99%

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

R = 34.62%
G = 57.99%
B = 7.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#75C419 (or 0x75C419) is known color: Lima. HEX triplet: 75, C4 and 19. RGB value is (117,196,25). Sum of RGB (Red+Green+Blue) = 117+196+25=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #75C419 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C419 is #8A3BE6. Grayscale: #999999. Windows color (decimal): -9059303 or 1688693. OLE color: 1688693.

HSL color Cylindrical-coordinate representation of color #75C419: hue angle of 87.72º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75C419 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 196 25 -
CMYK 0.40 0 0.87 0.23
HSL 87.72º 0.77% 0.43% -
HSV(B) 87.72º 0.87% 0.77% -
XYZ 27.25 43.33 7.85 -
YUV 152.89 55.83 102.4 -
System Red Green Blue C M Y K H S L
Decimal 117 196 25 0.40 0 0.87 0.23 87.72 0.77 0.43
Hex 75 C4 19 28 0 57 17 58 4D 2B
Octal 165 304 31 50 0 127 27 130 115 53
Binary 1110101 11000100 11001 101000 0 1010111 10111 1011000 1001101 101011

Color Harmonies of #75C419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C419

Black with #75C419

Text Example


Text Example

White with #75C419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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