Html Css Color HEX #75B925 Lima

📋 copy color: '#75B925'

red 117 ◦ green 185 ◦ blue 37

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

Shades of Lima #75B925

Tints of Lima #75B925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 34.51%
G = 54.57%
B = 10.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#75B925 (or 0x75B925) is known color: Lima. HEX triplet: 75, B9 and 25. RGB value is (117,185,37). Sum of RGB (Red+Green+Blue) = 117+185+37=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #75B925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B925 is #8A46DA. Grayscale: #949494. Windows color (decimal): -9062107 or 2472309. OLE color: 2472309.

HSL color Cylindrical-coordinate representation of color #75B925: hue angle of 87.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75B925 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 37 -
CMYK 0.37 0 0.80 0.27
HSL 87.57º 0.67% 0.44% -
HSV(B) 87.57º 0.8% 0.73% -
XYZ 25.02 38.61 7.88 -
YUV 147.8 65.47 106.03 -
System Red Green Blue C M Y K H S L
Decimal 117 185 37 0.37 0 0.80 0.27 87.57 0.67 0.44
Hex 75 B9 25 25 0 50 1B 58 43 2C
Octal 165 271 45 45 0 120 33 130 103 54
Binary 1110101 10111001 100101 100101 0 1010000 11011 1011000 1000011 101100

Color Harmonies of #75B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B925

Black with #75B925

Text Example


Text Example

White with #75B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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