Html Css Color HEX #75B435 Lima

📋 copy color: '#75B435'

red 117 ◦ green 180 ◦ blue 53

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

Shades of Lima #75B435

Tints of Lima #75B435

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.43%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 33.43%
G = 51.43%
B = 15.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#75B435 (or 0x75B435) is known color: Lima. HEX triplet: 75, B4 and 35. RGB value is (117,180,53). Sum of RGB (Red+Green+Blue) = 117+180+53=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #75B435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B435 is #8A4BCA. Grayscale: #939393. Windows color (decimal): -9063371 or 3519605. OLE color: 3519605.

HSL color Cylindrical-coordinate representation of color #75B435: hue angle of 89.76º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75B435 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 180 53 -
CMYK 0.35 0 0.71 0.29
HSL 89.76º 0.55% 0.46% -
HSV(B) 89.76º 0.71% 0.71% -
XYZ 24.3 36.68 9.17 -
YUV 146.69 75.13 106.83 -
System Red Green Blue C M Y K H S L
Decimal 117 180 53 0.35 0 0.71 0.29 89.76 0.55 0.46
Hex 75 B4 35 23 0 47 1D 5A 37 2E
Octal 165 264 65 43 0 107 35 132 67 56
Binary 1110101 10110100 110101 100011 0 1000111 11101 1011010 110111 101110

Color Harmonies of #75B435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B435

Black with #75B435

Text Example


Text Example

White with #75B435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,180,53); }

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

background-color css

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

 a { background-color: rgb(117,180,53); }

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

border-color css

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

 span { border-color: rgb(117,180,53); }

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