Html Css Color HEX #75C315 Lima

📋 copy color: '#75C315'

red 117 ◦ green 195 ◦ blue 21

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

Shades of Lima #75C315

Tints of Lima #75C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.56%

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 35.14%
G = 58.56%
B = 6.31%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#75C315 (or 0x75C315) is known color: Lima. HEX triplet: 75, C3 and 15. RGB value is (117,195,21). Sum of RGB (Red+Green+Blue) = 117+195+21=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #75C315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C315 is #8A3CEA. Grayscale: #989898. Windows color (decimal): -9059563 or 1426293. OLE color: 1426293.

HSL color Cylindrical-coordinate representation of color #75C315: hue angle of 86.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75C315 is Cyan = 0.4, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 21 -
CMYK 0.4 0 0.89 0.24
HSL 86.9º 0.81% 0.42% -
HSV(B) 86.9º 0.89% 0.76% -
XYZ 26.99 42.87 7.56 -
YUV 151.84 54.16 103.15 -
System Red Green Blue C M Y K H S L
Decimal 117 195 21 0.4 0 0.89 0.24 86.9 0.81 0.42
Hex 75 C3 15 28 0 59 18 57 51 2A
Octal 165 303 25 50 0 131 30 127 121 52
Binary 1110101 11000011 10101 101000 0 1011001 11000 1010111 1010001 101010

Color Harmonies of #75C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C315

Black with #75C315

Text Example


Text Example

White with #75C315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,21); }

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

background-color css

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

 a { background-color: rgb(117,195,21); }

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

border-color css

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

 span { border-color: rgb(117,195,21); }

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