Html Css Color HEX #7CCF9D Padua

📋 copy color: '#7CCF9D'

red 124 ◦ green 207 ◦ blue 157

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

Shades of Padua #7CCF9D

Tints of Padua #7CCF9D

RGB

 RED value IS 124 (48.83% from 255) = 25.41%

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

 BLUE value IS 157 (61.72% from 255) = 32.17%

R = 25.41%
G = 42.42%
B = 32.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#7CCF9D (or 0x7CCF9D) is known color: Padua. HEX triplet: 7C, CF and 9D. RGB value is (124,207,157). Sum of RGB (Red+Green+Blue) = 124+207+157=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF9D is #833062. Grayscale: #B0B0B0. Windows color (decimal): -8597603 or 10342268. OLE color: 10342268.

HSL color Cylindrical-coordinate representation of color #7CCF9D: hue angle of 143.86º 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 #7CCF9D is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 207 157 -
CMYK 0.40 0 0.24 0.19
HSL 143.86º 0.46% 0.65% -
HSV(B) 143.86º 0.4% 0.81% -
XYZ 36.71 51.35 39.87 -
YUV 176.48 117 90.57 -
System Red Green Blue C M Y K H S L
Decimal 124 207 157 0.40 0 0.24 0.19 143.86 0.46 0.65
Hex 7C CF 9D 28 0 18 13 90 2E 41
Octal 174 317 235 50 0 30 23 220 56 101
Binary 1111100 11001111 10011101 101000 0 11000 10011 10010000 101110 1000001

Color Harmonies of #7CCF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF9D

Black with #7CCF9D

Text Example


Text Example

White with #7CCF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,207,157); }

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

background-color css

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

 a { background-color: rgb(124,207,157); }

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

border-color css

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

 span { border-color: rgb(124,207,157); }

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