Html Css Color HEX #75B923 Lima

📋 copy color: '#75B923'

red 117 ◦ green 185 ◦ blue 35

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

Shades of Lima #75B923

Tints of Lima #75B923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.39%

R = 34.72%
G = 54.9%
B = 10.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#75B923 (or 0x75B923) is known color: Lima. HEX triplet: 75, B9 and 23. RGB value is (117,185,35). Sum of RGB (Red+Green+Blue) = 117+185+35=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #75B923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B923 is #8A46DC. Grayscale: #949494. Windows color (decimal): -9062109 or 2341237. OLE color: 2341237.

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

Color convert

RGB 117 185 35 -
CMYK 0.37 0 0.81 0.27
HSL 87.2º 0.68% 0.43% -
HSV(B) 87.2º 0.81% 0.73% -
XYZ 24.99 38.6 7.72 -
YUV 147.57 64.47 106.2 -
System Red Green Blue C M Y K H S L
Decimal 117 185 35 0.37 0 0.81 0.27 87.2 0.68 0.43
Hex 75 B9 23 25 0 51 1B 57 44 2B
Octal 165 271 43 45 0 121 33 127 104 53
Binary 1110101 10111001 100011 100101 0 1010001 11011 1010111 1000100 101011

Color Harmonies of #75B923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B923

Black with #75B923

Text Example


Text Example

White with #75B923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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