Html Css Color HEX #7DF065 Pastel Green

📋 copy color: '#7DF065'

red 125 ◦ green 240 ◦ blue 101

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

Shades of Pastel Green #7DF065

Tints of Pastel Green #7DF065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.5%

 BLUE value IS 101 (39.84% from 255) = 21.67%

R = 26.82%
G = 51.5%
B = 21.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#7DF065 (or 0x7DF065) is known color: Pastel Green. HEX triplet: 7D, F0 and 65. RGB value is (125,240,101). Sum of RGB (Red+Green+Blue) = 125+240+101=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF065 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF065 is #820F9A. Grayscale: #BEBEBE. Windows color (decimal): -8523675 or 6680701. OLE color: 6680701.

HSL color Cylindrical-coordinate representation of color #7DF065: hue angle of 109.64º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DF065 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 240 101 -
CMYK 0.48 0 0.58 0.06
HSL 109.64º 0.82% 0.67% -
HSV(B) 109.64º 0.58% 0.94% -
XYZ 41.97 67.62 23.15 -
YUV 189.77 77.9 81.8 -
System Red Green Blue C M Y K H S L
Decimal 125 240 101 0.48 0 0.58 0.06 109.64 0.82 0.67
Hex 7D F0 65 30 0 3A 6 6E 52 43
Octal 175 360 145 60 0 72 6 156 122 103
Binary 1111101 11110000 1100101 110000 0 111010 110 1101110 1010010 1000011

Color Harmonies of #7DF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF065

Black with #7DF065

Text Example


Text Example

White with #7DF065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,240,101); }

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

background-color css

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

 a { background-color: rgb(125,240,101); }

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

border-color css

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

 span { border-color: rgb(125,240,101); }

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