Html Css Color HEX #75D414 Lima

📋 copy color: '#75D414'

red 117 ◦ green 212 ◦ blue 20

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

Shades of Lima #75D414

Tints of Lima #75D414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.74%

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

R = 33.52%
G = 60.74%
B = 5.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#75D414 (or 0x75D414) is known color: Lima. HEX triplet: 75, D4 and 14. RGB value is (117,212,20). Sum of RGB (Red+Green+Blue) = 117+212+20=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 212 (83.20% from 255 or 60.74% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 212 - color contains mainly: green. Hex color #75D414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D414 is #8A2BEB. Grayscale: #A2A2A2. Windows color (decimal): -9055212 or 1365109. OLE color: 1365109.

HSL color Cylindrical-coordinate representation of color #75D414: hue angle of 89.69º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75D414 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 20 -
CMYK 0.45 0 0.91 0.17
HSL 89.69º 0.83% 0.45% -
HSV(B) 89.69º 0.91% 0.83% -
XYZ 31.01 50.92 8.86 -
YUV 161.71 48.03 96.11 -
System Red Green Blue C M Y K H S L
Decimal 117 212 20 0.45 0 0.91 0.17 89.69 0.83 0.45
Hex 75 D4 14 2D 0 5B 11 5A 53 2D
Octal 165 324 24 55 0 133 21 132 123 55
Binary 1110101 11010100 10100 101101 0 1011011 10001 1011010 1010011 101101

Color Harmonies of #75D414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D414

Black with #75D414

Text Example


Text Example

White with #75D414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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