Html Css Color HEX #7DDF2D Yellow Green

📋 copy color: '#7DDF2D'

red 125 ◦ green 223 ◦ blue 45

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

Shades of Yellow Green #7DDF2D

Tints of Yellow Green #7DDF2D

RGB

 RED value IS 125 (49.22% from 255) = 31.81%

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

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

R = 31.81%
G = 56.74%
B = 11.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#7DDF2D (or 0x7DDF2D) is known color: Yellow Green. HEX triplet: 7D, DF and 2D. RGB value is (125,223,45). Sum of RGB (Red+Green+Blue) = 125+223+45=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDF2D is #8220D2. Grayscale: #AEAEAE. Windows color (decimal): -8528083 or 3006333. OLE color: 3006333.

HSL color Cylindrical-coordinate representation of color #7DDF2D: hue angle of 93.03º 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 #7DDF2D is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 223 45 -
CMYK 0.44 0 0.80 0.13
HSL 93.03º 0.74% 0.53% -
HSV(B) 93.03º 0.8% 0.87% -
XYZ 35.32 57.32 11.69 -
YUV 173.41 55.53 93.47 -
System Red Green Blue C M Y K H S L
Decimal 125 223 45 0.44 0 0.80 0.13 93.03 0.74 0.53
Hex 7D DF 2D 2C 0 50 D 5D 4A 35
Octal 175 337 55 54 0 120 15 135 112 65
Binary 1111101 11011111 101101 101100 0 1010000 1101 1011101 1001010 110101

Color Harmonies of #7DDF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDF2D

Black with #7DDF2D

Text Example


Text Example

White with #7DDF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DDF2D; }

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

 H1.HeaderClassName
 {
   color: #7DDF2D;
 }
 .AnyTagClassName
 {
   color: #7DDF2D;
 }
</style>

background-color css

<style>
 a { background-color: #7DDF2D; }

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

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

border-color css

<style>
 span { border-color: #7DDF2D; }

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

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