Html Css Color HEX #75DF2D Yellow Green

📋 copy color: '#75DF2D'

red 117 ◦ green 223 ◦ blue 45

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

Shades of Yellow Green #75DF2D

Tints of Yellow Green #75DF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 30.39%
G = 57.92%
B = 11.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#75DF2D (or 0x75DF2D) is known color: Yellow Green. HEX triplet: 75, DF and 2D. RGB value is (117,223,45). Sum of RGB (Red+Green+Blue) = 117+223+45=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF2D is #8A20D2. Grayscale: #ABABAB. Windows color (decimal): -9052371 or 3006325. OLE color: 3006325.

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

Color convert

RGB 117 223 45 -
CMYK 0.48 0 0.80 0.13
HSL 95.73º 0.74% 0.53% -
HSV(B) 95.73º 0.8% 0.87% -
XYZ 34.2 56.75 11.63 -
YUV 171.01 56.88 89.47 -
System Red Green Blue C M Y K H S L
Decimal 117 223 45 0.48 0 0.80 0.13 95.73 0.74 0.53
Hex 75 DF 2D 30 0 50 D 60 4A 35
Octal 165 337 55 60 0 120 15 140 112 65
Binary 1110101 11011111 101101 110000 0 1010000 1101 1100000 1001010 110101

Color Harmonies of #75DF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF2D

Black with #75DF2D

Text Example


Text Example

White with #75DF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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