Html Css Color HEX #75DF30 Yellow Green

📋 copy color: '#75DF30'

red 117 ◦ green 223 ◦ blue 48

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

Shades of Yellow Green #75DF30

Tints of Yellow Green #75DF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.47%

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

R = 30.15%
G = 57.47%
B = 12.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#75DF30 (or 0x75DF30) is known color: Yellow Green. HEX triplet: 75, DF and 30. RGB value is (117,223,48). Sum of RGB (Red+Green+Blue) = 117+223+48=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF30 is #8A20CF. Grayscale: #ABABAB. Windows color (decimal): -9052368 or 3202933. OLE color: 3202933.

HSL color Cylindrical-coordinate representation of color #75DF30: hue angle of 96.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75DF30 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 48 -
CMYK 0.48 0 0.78 0.13
HSL 96.34º 0.73% 0.53% -
HSV(B) 96.34º 0.78% 0.87% -
XYZ 34.26 56.77 11.95 -
YUV 171.36 58.38 89.23 -
System Red Green Blue C M Y K H S L
Decimal 117 223 48 0.48 0 0.78 0.13 96.34 0.73 0.53
Hex 75 DF 30 30 0 4E D 60 49 35
Octal 165 337 60 60 0 116 15 140 111 65
Binary 1110101 11011111 110000 110000 0 1001110 1101 1100000 1001001 110101

Color Harmonies of #75DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF30

Black with #75DF30

Text Example


Text Example

White with #75DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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