Html Css Color HEX #7BCD95 Padua

📋 copy color: '#7BCD95'

red 123 ◦ green 205 ◦ blue 149

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

Shades of Padua #7BCD95

Tints of Padua #7BCD95

RGB

 RED value IS 123 (48.44% from 255) = 25.79%

 GREEN value IS 205 (80.47% from 255) = 42.98%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 25.79%
G = 42.98%
B = 31.24%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#7BCD95 (or 0x7BCD95) is known color: Padua. HEX triplet: 7B, CD and 95. RGB value is (123,205,149). Sum of RGB (Red+Green+Blue) = 123+205+149=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD95 is #84326A. Grayscale: #AEAEAE. Windows color (decimal): -8663659 or 9817467. OLE color: 9817467.

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

Color convert

RGB 123 205 149 -
CMYK 0.4 0 0.27 0.20
HSL 139.02º 0.45% 0.64% -
HSV(B) 139.02º 0.4% 0.8% -
XYZ 35.42 50.04 36.23 -
YUV 174.1 113.83 91.55 -
System Red Green Blue C M Y K H S L
Decimal 123 205 149 0.4 0 0.27 0.20 139.02 0.45 0.64
Hex 7B CD 95 28 0 1B 14 8B 2D 40
Octal 173 315 225 50 0 33 24 213 55 100
Binary 1111011 11001101 10010101 101000 0 11011 10100 10001011 101101 1000000

Color Harmonies of #7BCD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCD95

Black with #7BCD95

Text Example


Text Example

White with #7BCD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,205,149); }

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

background-color css

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

 a { background-color: rgb(123,205,149); }

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

border-color css

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

 span { border-color: rgb(123,205,149); }

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