Html Css Color HEX #7BC482 De York

📋 copy color: '#7BC482'

red 123 ◦ green 196 ◦ blue 130

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

Shades of De York #7BC482

Tints of De York #7BC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 27.39%
G = 43.65%
B = 28.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#7BC482 (or 0x7BC482) is known color: De York. HEX triplet: 7B, C4 and 82. RGB value is (123,196,130). Sum of RGB (Red+Green+Blue) = 123+196+130=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC482 is #843B7D. Grayscale: #A6A6A6. Windows color (decimal): -8665982 or 8569979. OLE color: 8569979.

HSL color Cylindrical-coordinate representation of color #7BC482: hue angle of 125.75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC482 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 123 196 130 -
CMYK 0.37 0 0.34 0.23
HSL 125.75º 0.38% 0.63% -
HSV(B) 125.75º 0.37% 0.77% -
XYZ 31.94 45.3 28.18 -
YUV 166.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 123 196 130 0.37 0 0.34 0.23 125.75 0.38 0.63
Hex 7B C4 82 25 0 22 17 7E 26 3F
Octal 173 304 202 45 0 42 27 176 46 77
Binary 1111011 11000100 10000010 100101 0 100010 10111 1111110 100110 111111

Color Harmonies of #7BC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC482

Black with #7BC482

Text Example


Text Example

White with #7BC482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,196,130); }

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

background-color css

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

 a { background-color: rgb(123,196,130); }

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

border-color css

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

 span { border-color: rgb(123,196,130); }

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