Html Css Color HEX #7DCF7B Pastel Green

📋 copy color: '#7DCF7B'

red 125 ◦ green 207 ◦ blue 123

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

Shades of Pastel Green #7DCF7B

Tints of Pastel Green #7DCF7B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.49%

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 27.47%
G = 45.49%
B = 27.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#7DCF7B (or 0x7DCF7B) is known color: Pastel Green. HEX triplet: 7D, CF and 7B. RGB value is (125,207,123). Sum of RGB (Red+Green+Blue) = 125+207+123=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF7B is #823084. Grayscale: #ADADAD. Windows color (decimal): -8532101 or 8114045. OLE color: 8114045.

HSL color Cylindrical-coordinate representation of color #7DCF7B: hue angle of 118.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DCF7B is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 123 -
CMYK 0.40 0 0.41 0.19
HSL 118.57º 0.47% 0.65% -
HSV(B) 118.57º 0.41% 0.81% -
XYZ 34.35 50.42 26.66 -
YUV 172.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 125 207 123 0.40 0 0.41 0.19 118.57 0.47 0.65
Hex 7D CF 7B 28 0 29 13 77 2F 41
Octal 175 317 173 50 0 51 23 167 57 101
Binary 1111101 11001111 1111011 101000 0 101001 10011 1110111 101111 1000001

Color Harmonies of #7DCF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF7B

Black with #7DCF7B

Text Example


Text Example

White with #7DCF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,123); }

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

background-color css

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

 a { background-color: rgb(125,207,123); }

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

border-color css

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

 span { border-color: rgb(125,207,123); }

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