Html Css Color HEX #75C714 Lima

📋 copy color: '#75C714'

red 117 ◦ green 199 ◦ blue 20

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

Shades of Lima #75C714

Tints of Lima #75C714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.23%

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 34.82%
G = 59.23%
B = 5.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#75C714 (or 0x75C714) is known color: Lima. HEX triplet: 75, C7 and 14. RGB value is (117,199,20). Sum of RGB (Red+Green+Blue) = 117+199+20=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 199 (78.12% from 255 or 59.23% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 199 - color contains mainly: green. Hex color #75C714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C714 is #8A38EB. Grayscale: #9A9A9A. Windows color (decimal): -9058540 or 1361781. OLE color: 1361781.

HSL color Cylindrical-coordinate representation of color #75C714: hue angle of 87.49º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75C714 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 20 -
CMYK 0.41 0 0.90 0.22
HSL 87.49º 0.82% 0.43% -
HSV(B) 87.49º 0.9% 0.78% -
XYZ 27.89 44.68 7.82 -
YUV 154.08 52.33 101.55 -
System Red Green Blue C M Y K H S L
Decimal 117 199 20 0.41 0 0.90 0.22 87.49 0.82 0.43
Hex 75 C7 14 29 0 5A 16 57 52 2B
Octal 165 307 24 51 0 132 26 127 122 53
Binary 1110101 11000111 10100 101001 0 1011010 10110 1010111 1010010 101011

Color Harmonies of #75C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C714

Black with #75C714

Text Example


Text Example

White with #75C714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,199,20); }

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

background-color css

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

 a { background-color: rgb(117,199,20); }

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

border-color css

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

 span { border-color: rgb(117,199,20); }

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