Html Css Color HEX #75C725 Lima

📋 copy color: '#75C725'

red 117 ◦ green 199 ◦ blue 37

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

Shades of Lima #75C725

Tints of Lima #75C725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.37%

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

R = 33.14%
G = 56.37%
B = 10.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#75C725 (or 0x75C725) is known color: Lima. HEX triplet: 75, C7 and 25. RGB value is (117,199,37). Sum of RGB (Red+Green+Blue) = 117+199+37=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #75C725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C725 is #8A38DA. Grayscale: #9C9C9C. Windows color (decimal): -9058523 or 2475893. OLE color: 2475893.

HSL color Cylindrical-coordinate representation of color #75C725: hue angle of 90.37º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75C725 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 37 -
CMYK 0.41 0 0.81 0.22
HSL 90.37º 0.69% 0.46% -
HSV(B) 90.37º 0.81% 0.78% -
XYZ 28.09 44.76 8.91 -
YUV 156.01 60.83 100.17 -
System Red Green Blue C M Y K H S L
Decimal 117 199 37 0.41 0 0.81 0.22 90.37 0.69 0.46
Hex 75 C7 25 29 0 51 16 5A 45 2E
Octal 165 307 45 51 0 121 26 132 105 56
Binary 1110101 11000111 100101 101001 0 1010001 10110 1011010 1000101 101110

Color Harmonies of #75C725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C725

Black with #75C725

Text Example


Text Example

White with #75C725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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