Html Css Color HEX #75D730 Yellow Green

📋 copy color: '#75D730'

red 117 ◦ green 215 ◦ blue 48

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

Shades of Yellow Green #75D730

Tints of Yellow Green #75D730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.58%

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

R = 30.79%
G = 56.58%
B = 12.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#75D730 (or 0x75D730) is known color: Yellow Green. HEX triplet: 75, D7 and 30. RGB value is (117,215,48). Sum of RGB (Red+Green+Blue) = 117+215+48=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #75D730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D730 is #8A28CF. Grayscale: #A7A7A7. Windows color (decimal): -9054416 or 3200885. OLE color: 3200885.

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

Color convert

RGB 117 215 48 -
CMYK 0.46 0 0.78 0.16
HSL 95.21º 0.68% 0.52% -
HSV(B) 95.21º 0.78% 0.84% -
XYZ 32.17 52.6 11.25 -
YUV 166.66 61.03 92.58 -
System Red Green Blue C M Y K H S L
Decimal 117 215 48 0.46 0 0.78 0.16 95.21 0.68 0.52
Hex 75 D7 30 2E 0 4E 10 5F 44 34
Octal 165 327 60 56 0 116 20 137 104 64
Binary 1110101 11010111 110000 101110 0 1001110 10000 1011111 1000100 110100

Color Harmonies of #75D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D730

Black with #75D730

Text Example


Text Example

White with #75D730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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