Html Css Color HEX #75B735 Lima

📋 copy color: '#75B735'

red 117 ◦ green 183 ◦ blue 53

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

Shades of Lima #75B735

Tints of Lima #75B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.84%

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

R = 33.14%
G = 51.84%
B = 15.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#75B735 (or 0x75B735) is known color: Lima. HEX triplet: 75, B7 and 35. RGB value is (117,183,53). Sum of RGB (Red+Green+Blue) = 117+183+53=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #75B735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B735 is #8A48CA. Grayscale: #949494. Windows color (decimal): -9062603 or 3520373. OLE color: 3520373.

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

Color convert

RGB 117 183 53 -
CMYK 0.36 0 0.71 0.28
HSL 90.46º 0.55% 0.46% -
HSV(B) 90.46º 0.71% 0.72% -
XYZ 24.91 37.91 9.37 -
YUV 148.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 117 183 53 0.36 0 0.71 0.28 90.46 0.55 0.46
Hex 75 B7 35 24 0 47 1C 5A 37 2E
Octal 165 267 65 44 0 107 34 132 67 56
Binary 1110101 10110111 110101 100100 0 1000111 11100 1011010 110111 101110

Color Harmonies of #75B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B735

Black with #75B735

Text Example


Text Example

White with #75B735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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