Html Css Color HEX #75D014 Lima

📋 copy color: '#75D014'

red 117 ◦ green 208 ◦ blue 20

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

Shades of Lima #75D014

Tints of Lima #75D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.29%

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

R = 33.91%
G = 60.29%
B = 5.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#75D014 (or 0x75D014) is known color: Lima. HEX triplet: 75, D0 and 14. RGB value is (117,208,20). Sum of RGB (Red+Green+Blue) = 117+208+20=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #75D014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D014 is #8A2FEB. Grayscale: #A0A0A0. Windows color (decimal): -9056236 or 1364085. OLE color: 1364085.

HSL color Cylindrical-coordinate representation of color #75D014: hue angle of 89.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75D014 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 20 -
CMYK 0.44 0 0.90 0.18
HSL 89.04º 0.82% 0.45% -
HSV(B) 89.04º 0.9% 0.82% -
XYZ 30.02 48.94 8.53 -
YUV 159.36 49.35 97.79 -
System Red Green Blue C M Y K H S L
Decimal 117 208 20 0.44 0 0.90 0.18 89.04 0.82 0.45
Hex 75 D0 14 2C 0 5A 12 59 52 2D
Octal 165 320 24 54 0 132 22 131 122 55
Binary 1110101 11010000 10100 101100 0 1011010 10010 1011001 1010010 101101

Color Harmonies of #75D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D014

Black with #75D014

Text Example


Text Example

White with #75D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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