Html Css Color HEX #7CC082 De York

📋 copy color: '#7CC082'

red 124 ◦ green 192 ◦ blue 130

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

Shades of De York #7CC082

Tints of De York #7CC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

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

R = 27.8%
G = 43.05%
B = 29.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#7CC082 (or 0x7CC082) is known color: De York. HEX triplet: 7C, C0 and 82. RGB value is (124,192,130). Sum of RGB (Red+Green+Blue) = 124+192+130=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC082 is #833F7D. Grayscale: #A4A4A4. Windows color (decimal): -8601470 or 8568956. OLE color: 8568956.

HSL color Cylindrical-coordinate representation of color #7CC082: hue angle of 125.29º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC082 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 130 -
CMYK 0.35 0 0.32 0.25
HSL 125.29º 0.35% 0.62% -
HSV(B) 125.29º 0.35% 0.75% -
XYZ 31.19 43.6 27.89 -
YUV 164.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 124 192 130 0.35 0 0.32 0.25 125.29 0.35 0.62
Hex 7C C0 82 23 0 20 19 7D 23 3E
Octal 174 300 202 43 0 40 31 175 43 76
Binary 1111100 11000000 10000010 100011 0 100000 11001 1111101 100011 111110

Color Harmonies of #7CC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC082

Black with #7CC082

Text Example


Text Example

White with #7CC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,192,130); }

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

background-color css

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

 a { background-color: rgb(124,192,130); }

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

border-color css

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

 span { border-color: rgb(124,192,130); }

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