Html Css Color HEX #7CCF96 Padua

📋 copy color: '#7CCF96'

red 124 ◦ green 207 ◦ blue 150

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

Shades of Padua #7CCF96

Tints of Padua #7CCF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 25.78%
G = 43.04%
B = 31.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#7CCF96 (or 0x7CCF96) is known color: Padua. HEX triplet: 7C, CF and 96. RGB value is (124,207,150). Sum of RGB (Red+Green+Blue) = 124+207+150=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF96 is #833069. Grayscale: #AFAFAF. Windows color (decimal): -8597610 or 9883516. OLE color: 9883516.

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

Color convert

RGB 124 207 150 -
CMYK 0.40 0 0.28 0.19
HSL 138.8º 0.46% 0.65% -
HSV(B) 138.8º 0.4% 0.81% -
XYZ 36.13 51.11 36.82 -
YUV 175.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 124 207 150 0.40 0 0.28 0.19 138.8 0.46 0.65
Hex 7C CF 96 28 0 1C 13 8B 2E 41
Octal 174 317 226 50 0 34 23 213 56 101
Binary 1111100 11001111 10010110 101000 0 11100 10011 10001011 101110 1000001

Color Harmonies of #7CCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF96

Black with #7CCF96

Text Example


Text Example

White with #7CCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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