Html Css Color HEX #75D530 Yellow Green

📋 copy color: '#75D530'

red 117 ◦ green 213 ◦ blue 48

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

Shades of Yellow Green #75D530

Tints of Yellow Green #75D530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 30.95%
G = 56.35%
B = 12.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#75D530 (or 0x75D530) is known color: Yellow Green. HEX triplet: 75, D5 and 30. RGB value is (117,213,48). Sum of RGB (Red+Green+Blue) = 117+213+48=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #75D530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D530 is #8A2ACF. Grayscale: #A6A6A6. Windows color (decimal): -9054928 or 3200373. OLE color: 3200373.

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

Color convert

RGB 117 213 48 -
CMYK 0.45 0 0.77 0.16
HSL 94.91º 0.66% 0.51% -
HSV(B) 94.91º 0.77% 0.84% -
XYZ 31.66 51.58 11.08 -
YUV 165.49 61.7 93.42 -
System Red Green Blue C M Y K H S L
Decimal 117 213 48 0.45 0 0.77 0.16 94.91 0.66 0.51
Hex 75 D5 30 2D 0 4D 10 5F 42 33
Octal 165 325 60 55 0 115 20 137 102 63
Binary 1110101 11010101 110000 101101 0 1001101 10000 1011111 1000010 110011

Color Harmonies of #75D530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D530

Black with #75D530

Text Example


Text Example

White with #75D530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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