Html Css Color HEX #7DCF99 Padua

📋 copy color: '#7DCF99'

red 125 ◦ green 207 ◦ blue 153

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

Shades of Padua #7DCF99

Tints of Padua #7DCF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 25.77%
G = 42.68%
B = 31.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#7DCF99 (or 0x7DCF99) is known color: Padua. HEX triplet: 7D, CF and 99. RGB value is (125,207,153). Sum of RGB (Red+Green+Blue) = 125+207+153=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF99 is #823066. Grayscale: #B0B0B0. Windows color (decimal): -8532071 or 10080125. OLE color: 10080125.

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

Color convert

RGB 125 207 153 -
CMYK 0.40 0 0.26 0.19
HSL 140.49º 0.46% 0.65% -
HSV(B) 140.49º 0.4% 0.81% -
XYZ 36.52 51.29 38.11 -
YUV 176.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 125 207 153 0.40 0 0.26 0.19 140.49 0.46 0.65
Hex 7D CF 99 28 0 1A 13 8C 2E 41
Octal 175 317 231 50 0 32 23 214 56 101
Binary 1111101 11001111 10011001 101000 0 11010 10011 10001100 101110 1000001

Color Harmonies of #7DCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF99

Black with #7DCF99

Text Example


Text Example

White with #7DCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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