Html Css Color HEX #7CCB96 Padua

📋 copy color: '#7CCB96'

red 124 ◦ green 203 ◦ blue 150

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

Shades of Padua #7CCB96

Tints of Padua #7CCB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

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

R = 26%
G = 42.56%
B = 31.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#7CCB96 (or 0x7CCB96) is known color: Padua. HEX triplet: 7C, CB and 96. RGB value is (124,203,150). Sum of RGB (Red+Green+Blue) = 124+203+150=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCB96 is #833469. Grayscale: #ADADAD. Windows color (decimal): -8598634 or 9882492. OLE color: 9882492.

HSL color Cylindrical-coordinate representation of color #7CCB96: hue angle of 139.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCB96 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 150 -
CMYK 0.39 0 0.26 0.20
HSL 139.75º 0.43% 0.64% -
HSV(B) 139.75º 0.39% 0.8% -
XYZ 35.17 49.2 36.5 -
YUV 173.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 124 203 150 0.39 0 0.26 0.20 139.75 0.43 0.64
Hex 7C CB 96 27 0 1A 14 8C 2B 40
Octal 174 313 226 47 0 32 24 214 53 100
Binary 1111100 11001011 10010110 100111 0 11010 10100 10001100 101011 1000000

Color Harmonies of #7CCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCB96

Black with #7CCB96

Text Example


Text Example

White with #7CCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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