Html Css Color HEX #75B934 Lima

📋 copy color: '#75B934'

red 117 ◦ green 185 ◦ blue 52

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

Shades of Lima #75B934

Tints of Lima #75B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.26%

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 33.05%
G = 52.26%
B = 14.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#75B934 (or 0x75B934) is known color: Lima. HEX triplet: 75, B9 and 34. RGB value is (117,185,52). Sum of RGB (Red+Green+Blue) = 117+185+52=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #75B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B934 is #8A46CB. Grayscale: #959595. Windows color (decimal): -9062092 or 3455349. OLE color: 3455349.

HSL color Cylindrical-coordinate representation of color #75B934: hue angle of 90.68º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75B934 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 52 -
CMYK 0.37 0 0.72 0.27
HSL 90.68º 0.56% 0.46% -
HSV(B) 90.68º 0.72% 0.73% -
XYZ 25.3 38.73 9.39 -
YUV 149.51 72.97 104.81 -
System Red Green Blue C M Y K H S L
Decimal 117 185 52 0.37 0 0.72 0.27 90.68 0.56 0.46
Hex 75 B9 34 25 0 48 1B 5B 38 2E
Octal 165 271 64 45 0 110 33 133 70 56
Binary 1110101 10111001 110100 100101 0 1001000 11011 1011011 111000 101110

Color Harmonies of #75B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B934

Black with #75B934

Text Example


Text Example

White with #75B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,185,52); }

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

background-color css

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

 a { background-color: rgb(117,185,52); }

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

border-color css

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

 span { border-color: rgb(117,185,52); }

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