Html Css Color HEX #75C920 Lima

📋 copy color: '#75C920'

red 117 ◦ green 201 ◦ blue 32

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

Shades of Lima #75C920

Tints of Lima #75C920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.43%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 33.43%
G = 57.43%
B = 9.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#75C920 (or 0x75C920) is known color: Lima. HEX triplet: 75, C9 and 20. RGB value is (117,201,32). Sum of RGB (Red+Green+Blue) = 117+201+32=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #75C920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C920 is #8A36DF. Grayscale: #9D9D9D. Windows color (decimal): -9058016 or 2148725. OLE color: 2148725.

HSL color Cylindrical-coordinate representation of color #75C920: hue angle of 89.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75C920 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 201 32 -
CMYK 0.42 0 0.84 0.21
HSL 89.82º 0.73% 0.46% -
HSV(B) 89.82º 0.84% 0.79% -
XYZ 28.48 45.66 8.68 -
YUV 156.62 57.67 99.74 -
System Red Green Blue C M Y K H S L
Decimal 117 201 32 0.42 0 0.84 0.21 89.82 0.73 0.46
Hex 75 C9 20 2A 0 54 15 5A 49 2E
Octal 165 311 40 52 0 124 25 132 111 56
Binary 1110101 11001001 100000 101010 0 1010100 10101 1011010 1001001 101110

Color Harmonies of #75C920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C920

Black with #75C920

Text Example


Text Example

White with #75C920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,201,32); }

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

background-color css

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

 a { background-color: rgb(117,201,32); }

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

border-color css

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

 span { border-color: rgb(117,201,32); }

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