Html Css Color HEX #7DDE74 Pastel Green

📋 copy color: '#7DDE74'

red 125 ◦ green 222 ◦ blue 116

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

Shades of Pastel Green #7DDE74

Tints of Pastel Green #7DDE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.95%

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 27%
G = 47.95%
B = 25.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#7DDE74 (or 0x7DDE74) is known color: Pastel Green. HEX triplet: 7D, DE and 74. RGB value is (125,222,116). Sum of RGB (Red+Green+Blue) = 125+222+116=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDE74 is #82218B. Grayscale: #B5B5B5. Windows color (decimal): -8528268 or 7659133. OLE color: 7659133.

HSL color Cylindrical-coordinate representation of color #7DDE74: hue angle of 114.91º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DDE74 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 222 116 -
CMYK 0.44 0 0.48 0.13
HSL 114.91º 0.62% 0.66% -
HSV(B) 114.91º 0.48% 0.87% -
XYZ 37.73 57.86 25.7 -
YUV 180.91 91.36 88.12 -
System Red Green Blue C M Y K H S L
Decimal 125 222 116 0.44 0 0.48 0.13 114.91 0.62 0.66
Hex 7D DE 74 2C 0 30 D 73 3E 42
Octal 175 336 164 54 0 60 15 163 76 102
Binary 1111101 11011110 1110100 101100 0 110000 1101 1110011 111110 1000010

Color Harmonies of #7DDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDE74

Black with #7DDE74

Text Example


Text Example

White with #7DDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,222,116); }

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

background-color css

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

 a { background-color: rgb(125,222,116); }

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

border-color css

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

 span { border-color: rgb(125,222,116); }

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