Html Css Color HEX #7CC084 De York

📋 copy color: '#7CC084'

red 124 ◦ green 192 ◦ blue 132

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

Shades of De York #7CC084

Tints of De York #7CC084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 27.68%
G = 42.86%
B = 29.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#7CC084 (or 0x7CC084) is known color: De York. HEX triplet: 7C, C0 and 84. RGB value is (124,192,132). Sum of RGB (Red+Green+Blue) = 124+192+132=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC084 is #833F7B. Grayscale: #A5A5A5. Windows color (decimal): -8601468 or 8700028. OLE color: 8700028.

HSL color Cylindrical-coordinate representation of color #7CC084: hue angle of 127.06º 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 #7CC084 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 132 -
CMYK 0.35 0 0.31 0.25
HSL 127.06º 0.35% 0.62% -
HSV(B) 127.06º 0.35% 0.75% -
XYZ 31.33 43.65 28.6 -
YUV 164.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 124 192 132 0.35 0 0.31 0.25 127.06 0.35 0.62
Hex 7C C0 84 23 0 1F 19 7F 23 3E
Octal 174 300 204 43 0 37 31 177 43 76
Binary 1111100 11000000 10000100 100011 0 11111 11001 1111111 100011 111110

Color Harmonies of #7CC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC084

Black with #7CC084

Text Example


Text Example

White with #7CC084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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