Html Css Color HEX #7BD082 De York

📋 copy color: '#7BD082'

red 123 ◦ green 208 ◦ blue 130

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

Shades of De York #7BD082

Tints of De York #7BD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

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

R = 26.68%
G = 45.12%
B = 28.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#7BD082 (or 0x7BD082) is known color: De York. HEX triplet: 7B, D0 and 82. RGB value is (123,208,130). Sum of RGB (Red+Green+Blue) = 123+208+130=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD082 is #842F7D. Grayscale: #ADADAD. Windows color (decimal): -8662910 or 8573051. OLE color: 8573051.

HSL color Cylindrical-coordinate representation of color #7BD082: hue angle of 124.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD082 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 123 208 130 -
CMYK 0.41 0 0.38 0.18
HSL 124.94º 0.47% 0.65% -
HSV(B) 124.94º 0.41% 0.82% -
XYZ 34.75 50.93 29.12 -
YUV 173.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 123 208 130 0.41 0 0.38 0.18 124.94 0.47 0.65
Hex 7B D0 82 29 0 26 12 7D 2F 41
Octal 173 320 202 51 0 46 22 175 57 101
Binary 1111011 11010000 10000010 101001 0 100110 10010 1111101 101111 1000001

Color Harmonies of #7BD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD082

Black with #7BD082

Text Example


Text Example

White with #7BD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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