Html Css Color HEX #75D528 Yellow Green

📋 copy color: '#75D528'

red 117 ◦ green 213 ◦ blue 40

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

Shades of Yellow Green #75D528

Tints of Yellow Green #75D528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.57%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 31.62%
G = 57.57%
B = 10.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#75D528 (or 0x75D528) is known color: Yellow Green. HEX triplet: 75, D5 and 28. RGB value is (117,213,40). Sum of RGB (Red+Green+Blue) = 117+213+40=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #75D528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D528 is #8A2AD7. Grayscale: #A5A5A5. Windows color (decimal): -9054936 or 2676085. OLE color: 2676085.

HSL color Cylindrical-coordinate representation of color #75D528: hue angle of 93.29º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75D528 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 40 -
CMYK 0.45 0 0.81 0.16
HSL 93.29º 0.68% 0.5% -
HSV(B) 93.29º 0.81% 0.84% -
XYZ 31.51 51.52 10.29 -
YUV 164.57 57.7 94.07 -
System Red Green Blue C M Y K H S L
Decimal 117 213 40 0.45 0 0.81 0.16 93.29 0.68 0.5
Hex 75 D5 28 2D 0 51 10 5D 44 32
Octal 165 325 50 55 0 121 20 135 104 62
Binary 1110101 11010101 101000 101101 0 1010001 10000 1011101 1000100 110010

Color Harmonies of #75D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D528

Black with #75D528

Text Example


Text Example

White with #75D528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,213,40); }

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

background-color css

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

 a { background-color: rgb(117,213,40); }

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

border-color css

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

 span { border-color: rgb(117,213,40); }

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